Skip to content

Commit ccb582b

Browse files
committed
Merged PR 29141: Update .NET SDK to 6.0.418
Update .NET SDK to 6.0.418
1 parent 1e6ef09 commit ccb582b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DotnetRuntimeMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sdkImageVersion": "6.0.417",
88
"nextChannel": "6.0.4xx",
99
"azureFeed": "",
10-
"sdkImageOverride": "6.0.417"
10+
"sdkImageOverride": ""
1111
},
1212
"internalfeed" : {
1313
"url": ""

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.417"
3+
"version": "6.0.418"
44
}
55
}

src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
1919
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.17" />
20-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
20+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2121
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
2222
<PackageReference Include="System.IO.Packaging" Version="6.0.0" />
2323
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.1" />

0 commit comments

Comments
 (0)