diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ca8bd5f..05e8c6a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,7 +33,9 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 8.0.x + dotnet-version: | + 8.0.x + 10.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/src/Dynatello/Dynatello.csproj b/src/Dynatello/Dynatello.csproj index 348b850..eeb0752 100644 --- a/src/Dynatello/Dynatello.csproj +++ b/src/Dynatello/Dynatello.csproj @@ -21,7 +21,7 @@ - +