mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
Fix package version for .NET nuget packages (#20551)
This commit is contained in:
parent
faba49e24a
commit
5b05198d4f
@ -34,7 +34,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-2.final" />
|
||||
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0-rc.2.23479.6" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="8.0.0-rc.2.23479.8" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="8.0.0-rc.2.23479.14" />
|
||||
<PackageReference Include="JsonSchema.Net" Version="5.2.6" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" />
|
||||
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" />
|
||||
<!-- the source could not be found for the following package(s) -->
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23468.3" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23479.10" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -13,7 +13,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23468.3" />
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23479.10" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0-rc.2.23479.6" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0-rc.2.23480.2" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-rc.2.23479.6" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user