Updated to .NET9 RC2 + other nuget packageds (#17235)

* Updated to .NET9 RC2 and a few other nuget packages. Most notable is OpenIddict v6 preview that supports .net 9

* Revert "temp remove tag helpers (#16977)"

This reverts commit 84cc3051ad.
This commit is contained in:
Bjarke Berg
2024-10-10 10:14:46 +02:00
committed by GitHub
parent aea38bd35c
commit d28f04d750
11 changed files with 51 additions and 39 deletions

View File

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