diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8613830..fca765c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0' + global-json-file: "./global.json" - name: Download Dalamud run: | diff --git a/global.json b/global.json index 3d90901..5a871c0 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "version": "7.0.0", - "rollForward": "latestMinor", + "rollForward": "latestFeature", "allowPrerelease": true } } \ No newline at end of file