diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b9ccd12..2dde942 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4a257bf..b1e1433 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Create build run: ./publish.sh diff --git a/Launcher.props b/Launcher.props index f28d1f0..3df82d9 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,7 +8,7 @@ 3. Local dev SS14.Loader launching code. 4. build-test.yml GitHub Actions workflow --> - net9.0 + net10.0 1.3.1