Skip to content

Commit b951bce

Browse files
committed
Fix packaging of dependencies
1 parent b8aa77e commit b951bce

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/dotnet-stop.csproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
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>
@@ -21,16 +19,10 @@
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>

0 commit comments

Comments
 (0)