File tree Expand file tree Collapse file tree
Code/UsingMSBuildCopyOutputFileToFastDebug Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments