diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index c5da53a0b..5da3767fd 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.419 - name: Setup .NET Workload run: | dotnet workload install android @@ -31,12 +31,6 @@ jobs: run: | git lfs version git lfs pull - - name: Configure .NET version - uses: richardrigutins/replace-in-files@v2 - with: - files: 'global.json' - search-text: 'latestMajor' - replacement-text: 'latestMinor' - name: Build run: | .\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 6284a0263..cebe141fb 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.419 - name: Print .NET info run: | dotnet --info @@ -28,12 +28,6 @@ jobs: run: | git lfs version git lfs pull - - name: Configure .NET version - uses: richardrigutins/replace-in-files@v2 - with: - files: 'global.json' - search-text: 'latestMajor' - replacement-text: 'latestMinor' - name: Build run: | .\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor @@ -50,7 +44,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.419 - name: Print .NET info run: | dotnet --info @@ -59,12 +53,6 @@ jobs: run: | git lfs version git lfs pull - - name: Configure .NET version - uses: richardrigutins/replace-in-files@v2 - with: - files: 'global.json' - search-text: 'latestMajor' - replacement-text: 'latestMinor' - name: Build run: | .\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Release -buildtargets=FlaxGame diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a6995b8c8..e515c5df3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,17 +27,11 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.419 - name: Print .NET info run: | dotnet --info dotnet workload --info - - name: Configure .NET version - uses: richardrigutins/replace-in-files@v2 - with: - files: 'global.json' - search-text: 'latestMajor' - replacement-text: 'latestMinor' - name: Build run: | .\PackageEditor.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8 @@ -66,17 +60,11 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.419 - name: Print .NET info run: | dotnet --info dotnet workload --info - - name: Configure .NET version - uses: richardrigutins/replace-in-files@v2 - with: - files: 'global.json' - search-text: 'latestMajor' - replacement-text: 'latestMinor' - name: Build run: | .\PackagePlatforms.bat -arch=x64 -platform=Windows -deployOutput=Output -dotnet=8 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40d1da844..1f2a25b11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.419 - name: Print .NET info run: | dotnet --info @@ -68,12 +68,6 @@ jobs: run: | git lfs version git lfs pull - - name: Configure .NET version - uses: richardrigutins/replace-in-files@v2 - with: - files: 'global.json' - search-text: 'latestMajor' - replacement-text: 'latestMinor' - name: Build run: | .\GenerateProjectFiles.bat -vs2022 -log -verbose -printSDKs -dotnet=8 diff --git a/global.json b/global.json index 7da276347..92278e8de 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.419", "rollForward": "latestMajor" } } \ No newline at end of file