diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96d977b..5a84be3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,10 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: | + dotnet-version: | 8.0.* 9.0.* + 10.0.* env: DOTNET_NOLOGO: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 691bbc2..4c659b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.* + dotnet-version: 10.0.* env: DOTNET_NOLOGO: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0be7631..25f9fda 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - net9.0;net8.0;netstandard2.1;netstandard2.0;net462 + net8.0;netstandard2.0 Joseph Musser,Brian Buvinghausen Buvinghausen Solutions Copyright © 2025 Brian Buvinghausen diff --git a/src/TaskTupleAwaiter/TaskTupleAwaiter.csproj b/src/TaskTupleAwaiter/TaskTupleAwaiter.csproj index 6f4dd18..67b86ae 100644 --- a/src/TaskTupleAwaiter/TaskTupleAwaiter.csproj +++ b/src/TaskTupleAwaiter/TaskTupleAwaiter.csproj @@ -1,4 +1,4 @@ - + TaskTupleAwaiter @@ -14,8 +14,4 @@ Based on the work of Joseph Musser https://github.com/jnm2 - - - - diff --git a/test/Directory.Build.props b/test/Directory.Build.props index d31e3af..d567360 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -1,7 +1,7 @@ - net9.0;net8.0;net462 + net10.0;net9.0;net8.0;net462 false true true