diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c7670274f..908bc7e20b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,12 +19,12 @@ jobs: steps: - name: Setup NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 9.0 + dotnet-version: 10.0 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Test run: dotnet test --configuration Release --logger GitHubActions diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a4d20c5b51..cd68da810d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,12 +32,12 @@ jobs: steps: - name: Setup NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 9.0 + dotnet-version: 10.0 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Test run: dotnet test --configuration Release --logger GitHubActions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 962a782364..35330d2c70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Setup NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 9.0 + dotnet-version: 10.0 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Test run: dotnet test --configuration Release --logger GitHubActions diff --git a/Jint.AotExample/Jint.AotExample.csproj b/Jint.AotExample/Jint.AotExample.csproj index 9072d51b56..2eb4d1b44d 100644 --- a/Jint.AotExample/Jint.AotExample.csproj +++ b/Jint.AotExample/Jint.AotExample.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable false true diff --git a/Jint.Benchmark/Jint.Benchmark.csproj b/Jint.Benchmark/Jint.Benchmark.csproj index 19b1d23976..9de1514c17 100644 --- a/Jint.Benchmark/Jint.Benchmark.csproj +++ b/Jint.Benchmark/Jint.Benchmark.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 Exe false false diff --git a/Jint.Repl/Jint.Repl.csproj b/Jint.Repl/Jint.Repl.csproj index a5cec8738d..180e3d2e3b 100644 --- a/Jint.Repl/Jint.Repl.csproj +++ b/Jint.Repl/Jint.Repl.csproj @@ -1,6 +1,6 @@  - net9.0 + net10.0 Exe false true diff --git a/Jint.Tests.CommonScripts/Jint.Tests.CommonScripts.csproj b/Jint.Tests.CommonScripts/Jint.Tests.CommonScripts.csproj index ef0d0594ab..4645722532 100644 --- a/Jint.Tests.CommonScripts/Jint.Tests.CommonScripts.csproj +++ b/Jint.Tests.CommonScripts/Jint.Tests.CommonScripts.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 $(TargetFrameworks);net472 false true diff --git a/Jint.Tests.PublicInterface/Jint.Tests.PublicInterface.csproj b/Jint.Tests.PublicInterface/Jint.Tests.PublicInterface.csproj index 637c97f157..728636682c 100644 --- a/Jint.Tests.PublicInterface/Jint.Tests.PublicInterface.csproj +++ b/Jint.Tests.PublicInterface/Jint.Tests.PublicInterface.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 $(TargetFrameworks);net472 false 612 diff --git a/Jint.Tests.Test262/Jint.Tests.Test262.csproj b/Jint.Tests.Test262/Jint.Tests.Test262.csproj index 6746f0e463..6fd40158ca 100644 --- a/Jint.Tests.Test262/Jint.Tests.Test262.csproj +++ b/Jint.Tests.Test262/Jint.Tests.Test262.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 ..\Jint\Jint.snk true false diff --git a/Jint.Tests/Jint.Tests.csproj b/Jint.Tests/Jint.Tests.csproj index 0dd9381982..9b1897265a 100644 --- a/Jint.Tests/Jint.Tests.csproj +++ b/Jint.Tests/Jint.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 $(TargetFrameworks);net472 ..\Jint\Jint.snk true