Skip to content

Commit

Permalink
.net 9 stragglers
Browse files Browse the repository at this point in the history
  • Loading branch information
dementeddevil committed Nov 13, 2024
1 parent 4a822d3 commit be02e92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dotnet-ef": {
"version": "8.0.10",
"version": "9.0.0",
"commands": [
"dotnet-ef"
]
Expand Down
4 changes: 2 additions & 2 deletions samples/Clients/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<AspNetVersion>8.0.10</AspNetVersion>
<AspNetVersion>9.0.0</AspNetVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -12,6 +12,6 @@
<PackageReference Update="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(AspNetVersion)" />
<PackageReference Update="Microsoft.AspNetCore.Authentication.Certificate" Version="$(AspNetVersion)"/>

<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="8.1.2" />
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion samples/KeyManagement/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.100",
"version": "9.0.100",
"rollForward": "latestPatch"
}
}

0 comments on commit be02e92

Please sign in to comment.