diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44bd372..91d942d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: echo "Version found: $VERSION" - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Build run: | dotnet build -c Release diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3bca209..59cc5d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: echo "Version found: $VERSION" - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Build run: | dotnet build -c Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1db8a68..2f5b33d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: echo "Version found: $VERSION" - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Build run: | dotnet build -c Release diff --git a/BepInExResoniteShim.csproj b/BepInExResoniteShim.csproj index b6dd776..fb0c99c 100644 --- a/BepInExResoniteShim.csproj +++ b/BepInExResoniteShim.csproj @@ -1,8 +1,8 @@  - 0.9.1 - net9.0 + 0.9.2 + net10.0 ResoniteModding BepInEx Resonite Shim $([System.String]::Copy('$(Authors)').Split(',')[0].Trim()) diff --git a/README.md b/README.md index 0762a37..25a4e7c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # BepInExResoniteShim -Plugin for the [net9 bepinex fork](https://github.com/ResoniteModding/BepInEx) for resonite which applies some patches to allow the game to run with BepInEx loaded. +Plugin for the [net10 bepinex fork](https://github.com/ResoniteModding/BepInEx) for resonite which applies some patches to allow the game to run with BepInEx loaded.