Skip to content

Commit 3f2bba7

Browse files
committed
Compilable Changes
1 parent 65ec5e2 commit 3f2bba7

File tree

4 files changed

+373
-4
lines changed

4 files changed

+373
-4
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<!-- core dependencies-->
15+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
1516
<PackageVersion Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />
1617

1718
<!-- runtime dependencies-->

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.1.25411.109",
3+
"version": "10.0.0-preview.6.25358.103",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor",
66
"paths": [
@@ -10,15 +10,15 @@
1010
"errorMessage": "The required .NET SDK wasn't found. Please run ./restore.sh or .\\restore.cmd to install it."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.100-rc.1.25411.109",
13+
"dotnet": "10.0.0-preview.6.25358.103",
1414
"runtimes": {
1515
"dotnet": [
1616
"$(MicrosoftNETCorePlatformsVersion)"
1717
]
1818
}
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25414.103",
22-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25414.103"
21+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25410.101",
22+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25410.101"
2323
}
2424
}

0 commit comments

Comments
 (0)