diff --git a/.github/update-dotnet-sdk.json b/.github/update-dotnet-sdk.json new file mode 100644 index 00000000..2d00e531 --- /dev/null +++ b/.github/update-dotnet-sdk.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/martincostello/github-automation/main/.github/update-dotnet-sdk-schema.json", + "update-nuget-packages": true +} diff --git a/Directory.Packages.props b/Directory.Packages.props index 4fd5334a..037dcc94 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,10 +13,10 @@ - - - - + + + + @@ -27,7 +27,7 @@ - + diff --git a/NuGet.config b/NuGet.config index 38ac8e75..aac44e0c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,9 +2,13 @@ + + + + diff --git a/global.json b/global.json index 442b2e33..119e796f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-preview.7.23376.3", + "version": "8.0.100-rc.2.23456.6", "allowPrerelease": false, "rollForward": "latestMajor" }