From 4444e975603c31adc69107702ca3abeabcb8f1de Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Mon, 29 Dec 2025 20:45:33 -0800 Subject: [PATCH] net10 --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/build.yml | 2 +- .github/workflows/myget.yml | 2 +- .github/workflows/myget_release.yml | 2 +- Directory.Build.props | 6 +++--- global.json | 2 +- test/SuperSocket.Tests/SuperSocket.Tests.csproj | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 27b179ff3..5d6d212ee 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,10 +14,10 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Set env run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV - name: Run benchmark run: | cd test/SuperSocket.Benchmarks - dotnet run -c Release --filter '*' -f net8.0 \ No newline at end of file + dotnet run -c Release --filter '*' -f net10.0 \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d30a48e5..92e9a0df5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Set env run: | echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV diff --git a/.github/workflows/myget.yml b/.github/workflows/myget.yml index a9820da8c..b24a25598 100644 --- a/.github/workflows/myget.yml +++ b/.github/workflows/myget.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Set env run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV - name: Install required workloads diff --git a/.github/workflows/myget_release.yml b/.github/workflows/myget_release.yml index cf7141d6e..a0e63146b 100644 --- a/.github/workflows/myget_release.yml +++ b/.github/workflows/myget_release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' - name: Set env run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV - name: Install required workloads diff --git a/Directory.Build.props b/Directory.Build.props index 5fbc2e61b..6ba3a979d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,13 +1,13 @@ 12.0 - net6.0;net7.0;net8.0;net9.0 + net6.0;net7.0;net8.0;net9.0;net10.0 $(DotNetTargetFrameworks) - net9.0 + net10.0 true - net8.0-ios;net8.0-android;net8.0-macos;net8.0-tvos;net9.0-ios;net9.0-android;net9.0-macos;net9.0-tvos + net8.0-ios;net8.0-android;net8.0-macos;net8.0-tvos;net9.0-ios;net9.0-android;net9.0-macos;net9.0-tvos;net10.0-ios;net10.0-android;net10.0-macos;net10.0-tvos https://github.com/kerryjiang/supersocket diff --git a/global.json b/global.json index a24b7440e..859752a83 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.0", + "version": "10.0.0", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/test/SuperSocket.Tests/SuperSocket.Tests.csproj b/test/SuperSocket.Tests/SuperSocket.Tests.csproj index d9116cb11..7e4894a51 100755 --- a/test/SuperSocket.Tests/SuperSocket.Tests.csproj +++ b/test/SuperSocket.Tests/SuperSocket.Tests.csproj @@ -1,6 +1,6 @@  - net9.0 + net10.0 Exe portable false