diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ce495e..d6887bf 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 7b495d2..8aa1253 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 8d1d333..31cd013 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/BepisResoniteWrapper/BepisResoniteWrapper.csproj b/BepisResoniteWrapper/BepisResoniteWrapper.csproj index 3992b10..762d9cc 100644 --- a/BepisResoniteWrapper/BepisResoniteWrapper.csproj +++ b/BepisResoniteWrapper/BepisResoniteWrapper.csproj @@ -1,9 +1,9 @@  - 1.0.1 + 1.0.2 ResoniteModding - net9.0 + net10.0 https://github.com/ResoniteModding/BepisResoniteWrapper https://github.com/ResoniteModding/BepisResoniteWrapper git diff --git a/thunderstore.toml b/thunderstore.toml index 66c7b7e..517dab6 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -13,7 +13,7 @@ containsNsfwContent = false # List any dependencies your mod has here, in the format "namespace-modname" = "version-constraint" [package.dependencies] -ResoniteModding-BepisLoader = "1.5.0" +ResoniteModding-BepisLoader = "1.5.1" [build] icon = "./icon.png"