mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Bump to .NET 6.0.427 and update dependencies (#24404)
This commit is contained in:
parent
613cd772c0
commit
f61fa878ce
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "6.0.425"
|
"version": "6.0.427"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.17" />
|
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.17" />
|
||||||
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
|
||||||
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
|
||||||
<PackageReference Include="System.IO.Packaging" Version="6.0.0" />
|
<PackageReference Include="System.IO.Packaging" Version="6.0.1" />
|
||||||
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.1" />
|
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.1" />
|
||||||
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
|
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
|
||||||
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
|
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
|
||||||
|
@ -13,7 +13,12 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.7" />
|
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.8" />
|
||||||
|
<!-- dependencies below are transitive -->
|
||||||
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
|
||||||
|
<PackageReference Include="System.IO.Packaging" Version="6.0.1" />
|
||||||
|
<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />
|
||||||
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user