diff --git a/.github/workflows/JsBind.Net-Build.yml b/.github/workflows/JsBind.Net-Build.yml index 0635d59..a08b3e7 100644 --- a/.github/workflows/JsBind.Net-Build.yml +++ b/.github/workflows/JsBind.Net-Build.yml @@ -36,7 +36,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Setup Chrome and Chrome Driver uses: nanasess/setup-chromedriver@master - name: Checkout diff --git a/.github/workflows/JsBind.Net-Release.yml b/.github/workflows/JsBind.Net-Release.yml index c4067ac..05dd0c7 100644 --- a/.github/workflows/JsBind.Net-Release.yml +++ b/.github/workflows/JsBind.Net-Release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: diff --git a/src/JsBind.Net.Extensions.DependencyInjection/JsBind.Net.Extensions.DependencyInjection.csproj b/src/JsBind.Net.Extensions.DependencyInjection/JsBind.Net.Extensions.DependencyInjection.csproj index 0ac6af8..565e109 100644 --- a/src/JsBind.Net.Extensions.DependencyInjection/JsBind.Net.Extensions.DependencyInjection.csproj +++ b/src/JsBind.Net.Extensions.DependencyInjection/JsBind.Net.Extensions.DependencyInjection.csproj @@ -3,7 +3,7 @@ 9 - net5.0 + net6.0;net5.0 enable true false @@ -24,7 +24,8 @@ - + + diff --git a/src/JsBind.Net/JsBind.Net.csproj b/src/JsBind.Net/JsBind.Net.csproj index d7a602e..12b2685 100644 --- a/src/JsBind.Net/JsBind.Net.csproj +++ b/src/JsBind.Net/JsBind.Net.csproj @@ -3,7 +3,7 @@ 9 - net5.0 + net6.0;net5.0 enable true false @@ -35,7 +35,8 @@ - + +