diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2431f12c..5a8cf279 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.418 - 7.0.405 + 6.0.419 + 7.0.406 8.0.200 # Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over diff --git a/Directory.Packages.props b/Directory.Packages.props index 173f5d53..f400c072 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -230,16 +230,16 @@ - + - + - + @@ -252,7 +252,7 @@ --> - + @@ -275,16 +275,16 @@ - + - + - + @@ -297,7 +297,7 @@ --> - + @@ -320,17 +320,17 @@ - + - + - + - + @@ -343,7 +343,7 @@ --> - + @@ -354,8 +354,8 @@ - - + + diff --git a/global.json b/global.json index 650a86dd..bf2a3a08 100644 --- a/global.json +++ b/global.json @@ -10,8 +10,8 @@ "runtimes": { "aspnetcore": [ - "6.0.26", - "7.0.15" + "6.0.27", + "7.0.16" ] } },