diff --git a/Directory.Packages.props b/Directory.Packages.props index 497692e4..bf687568 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -227,16 +227,16 @@ - + - + - + @@ -250,7 +250,7 @@ --> - + @@ -319,32 +319,32 @@ - + - + - + - + - + - + @@ -355,12 +355,12 @@ - - + + - - + + diff --git a/global.json b/global.json index 79796a25..ba19711a 100644 --- a/global.json +++ b/global.json @@ -1,16 +1,16 @@ { "sdk": { - "version": "8.0.302", + "version": "8.0.303", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.302", + "dotnet": "8.0.303", "runtimes": { "aspnetcore": [ - "6.0.31", + "6.0.32", "7.0.20" ] }