Updated to dotnet 9 RC.1 - and other nuget packages (#17053)

* Updated nuget packages and dotnet 9

* attempt to make pipelines happy

* Another attempt to make pipelines happy
This commit is contained in:
Bjarke Berg
2024-09-13 10:42:19 +02:00
committed by GitHub
parent 06c5b149fc
commit f12aafd5be
7 changed files with 51 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-preview.7.24407.12",
"version": "9.0.100-rc.1.24452.12",
"rollForward": "latestFeature",
"allowPrerelease": true
}