File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
System.CommandLine.Minimal.Core
System.CommandLine.Minimal Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments