Skip to content

Commit c2670a6

Browse files
committed
将Tab替换为空格
1 parent 116e40c commit c2670a6

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net5.0</TargetFrameworks>
6-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<!-- 这个项目不进行打包,实际打包的是 ToolPackager 项目 -->
8-
<IsPackable>false</IsPackable>
9-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFrameworks>net5.0</TargetFrameworks>
6+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<!-- 这个项目不进行打包,实际打包的是 ToolPackager 项目 -->
8+
<IsPackable>false</IsPackable>
9+
</PropertyGroup>
1010

11-
<ItemGroup>
12-
<PackageReference Include="dotnetCampus.CommandLine" Version="3.3.1-alpha03" />
13-
<PackageReference Include="dotnetCampus.MSBuildUtils.Source" Version="1.1.1-alpha01">
14-
<PrivateAssets>all</PrivateAssets>
15-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16-
</PackageReference>
17-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
18-
</ItemGroup>
11+
<ItemGroup>
12+
<PackageReference Include="dotnetCampus.CommandLine" Version="3.3.1-alpha03" />
13+
<PackageReference Include="dotnetCampus.MSBuildUtils.Source" Version="1.1.1-alpha01">
14+
<PrivateAssets>all</PrivateAssets>
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
</PackageReference>
17+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
18+
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)