Fix package version for .NET nuget packages (#20551)

This commit is contained in:
Aditya Patwardhan 2023-10-20 10:29:53 -07:00 committed by GitHub
parent faba49e24a
commit 5b05198d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>