diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e9c9f112d..e954c15bf 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,11 +15,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: | - 6.x.x - 7.0.103 + dotnet-version: 6.0.406 - name: make script executable run: chmod u+x build.sh - name: Build and test diff --git a/build/build.fsproj b/build/build.fsproj index 43ead2ff9..b418ba904 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 Exe @@ -19,14 +19,14 @@ - - - - - - - - + + + + + + + + diff --git a/global.json b/global.json index 204de9f6f..9229e4198 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.100", - "rollForward": "latestMinor" + "version": "6.0.100", + "rollForward": "latestMajor" } } \ No newline at end of file