chore(deps): update dotnet monorepo to v9
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-11-13 02:33:49 +00:00
parent 1427d3b683
commit 42f192f49b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "8.0", "version": "9.0.100",
"rollForward": "latestMajor", "rollForward": "latestMajor",
"allowPrerelease": true "allowPrerelease": true
} }

View File

@ -11,7 +11,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.10"/> <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.0"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>