diff --git a/examples/net8.0/aspnetcore/aspnetcore.csproj b/examples/net8.0/aspnetcore/aspnetcore.csproj index 4888cb7..554bc32 100644 --- a/examples/net8.0/aspnetcore/aspnetcore.csproj +++ b/examples/net8.0/aspnetcore/aspnetcore.csproj @@ -12,7 +12,7 @@ - + diff --git a/global.json b/global.json index 0d7fdbc..d9715d9 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "rollForward": "latestFeature", - "version": "8.0.414", + "version": "8.0.415", "allowPrerelease": false } }