diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1346475..8fc44d2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index c1c1d1b..3d64248 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore signing key env: SIGNING_KEY: ${{ secrets.VS_SIGNING_KEY }} diff --git a/src/Otp.NET/Otp.NET.csproj b/src/Otp.NET/Otp.NET.csproj index 714f2eb..70c562a 100755 --- a/src/Otp.NET/Otp.NET.csproj +++ b/src/Otp.NET/Otp.NET.csproj @@ -3,7 +3,7 @@ latest 1.4.0 - net461;net5.0;net6.0;net7.0;net8.0;netstandard2.0 + net461;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0;netstandard2.0 Otp.NET Otp.NET Kyle Spearrin diff --git a/test/Otp.NET.Test/Otp.NET.Test.csproj b/test/Otp.NET.Test/Otp.NET.Test.csproj index ddb46df..3233f8b 100644 --- a/test/Otp.NET.Test/Otp.NET.Test.csproj +++ b/test/Otp.NET.Test/Otp.NET.Test.csproj @@ -1,16 +1,16 @@  - net8.0 + net10.0 false OtpNet.Test - - - - + + + +