File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFrameworks >net5.0;netcoreapp3.1</TargetFrameworks >
6- <!-- <TargetFrameworks Condition="'$(BuildingInsideVisualStudio)' == 'true'">net5.0</TargetFrameworks>-->
7- <!-- <TargetFramework>net5.0</TargetFramework>-->
86
97 <RootNamespace >Devlooped</RootNamespace >
108 <SignAssembly >false</SignAssembly >
2119 <RestoreSources Condition =" Exists('C:\Code\kzu\nugetizer\bin\')" >C:\Code\kzu\nugetizer\bin\;$(RestoreSources)</RestoreSources >
2220 </PropertyGroup >
2321
24- <ItemDefinitionGroup >
25- <PackageReference >
26- <PrivateAssets >all</PrivateAssets >
27- </PackageReference >
28- </ItemDefinitionGroup >
29-
3022 <ItemGroup >
3123 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" />
32- <PackageReference Include =" Spectre.Console" Version =" 0.40.0" PrivateAssets = " all " />
33- <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta1.21308.1" PrivateAssets = " all " />
24+ <PackageReference Include =" Spectre.Console" Version =" 0.40.0" />
25+ <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta1.21308.1" />
3426 </ItemGroup >
3527
3628 <ItemGroup >
You can’t perform that action at this time.
0 commit comments