diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5e18dd241c..e326b3a028 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "paket": { - "version": "6.0.0", + "version": "6.0.13", "commands": [ "paket" ] @@ -21,7 +21,7 @@ ] }, "fantomas-tool": { - "version": "4.5.1", + "version": "4.5.3", "commands": [ "fantomas" ] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1019b2912..c48a470b14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - dotnet: [5.0.300] + dotnet: [5.0.401] runs-on: ${{ matrix.os }} steps: diff --git a/global.json b/global.json index a11dc73c75..53a015be40 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "version": "5.0.0", - "rollForward": "minor" + "rollForward": "latestMinor" } } \ No newline at end of file