Skip to content

Commit 1c399fe

Browse files
authored
update nuget packge to final release version 2.0.0 (#61)
1 parent ca5badd commit 1c399fe

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/System.CommandLine.Minimal.Core/System.CommandLine.Minimal.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
20-
<PackageReference Include="System.CommandLine" Version="2.0.0-rc.1.25451.107" />
20+
<PackageReference Include="System.CommandLine" Version="2.0.0" />
2121
</ItemGroup>
2222

2323
</Project>

src/System.CommandLine.Minimal/System.CommandLine.Minimal.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,15 @@
2626

2727
<ItemGroup>
2828
<!-- Runtime library -->
29-
<Content Include="..\System.CommandLine.Minimal.Core\bin\$(Configuration)\netstandard2.0\System.CommandLine.Minimal.Core.dll"
30-
Pack="true"
31-
PackagePath="lib/netstandard2.0/" />
29+
<Content Include="..\System.CommandLine.Minimal.Core\bin\$(Configuration)\netstandard2.0\System.CommandLine.Minimal.Core.dll" Pack="true" PackagePath="lib/netstandard2.0/" />
3230

3331
<!-- Source generator library -->
34-
<Content Include="..\System.CommandLine.Minimal.SourceGenerator\bin\$(Configuration)\netstandard2.0\System.CommandLine.Minimal.SourceGenerator.dll"
35-
Pack="true"
36-
PackagePath="analyzers/dotnet/cs/" />
32+
<Content Include="..\System.CommandLine.Minimal.SourceGenerator\bin\$(Configuration)\netstandard2.0\System.CommandLine.Minimal.SourceGenerator.dll" Pack="true" PackagePath="analyzers/dotnet/cs/" />
3733
</ItemGroup>
3834

3935
<ItemGroup>
4036
<!-- Runtime library nuget dependencies -->
4137
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
42-
<PackageReference Include="System.CommandLine" Version="2.0.0-rc.1.25451.107" />
38+
<PackageReference Include="System.CommandLine" Version="2.0.0" />
4339
</ItemGroup>
4440
</Project>

0 commit comments

Comments
 (0)