diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65bc521..1c0fbf4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.306 + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/global.json b/global.json deleted file mode 100644 index 6619b29..0000000 --- a/global.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sdk": { - "version": "7.0.306" - } -} \ No newline at end of file diff --git a/src/PlanningPoker.Client/PlanningPoker.Client.csproj b/src/PlanningPoker.Client/PlanningPoker.Client.csproj index 6fae65f..28545d4 100644 --- a/src/PlanningPoker.Client/PlanningPoker.Client.csproj +++ b/src/PlanningPoker.Client/PlanningPoker.Client.csproj @@ -1,16 +1,16 @@  - net7.0 + net8.0 enable 8.0 - - - + + + diff --git a/src/PlanningPoker.Hub.Client/PlanningPoker.Hub.Client.csproj b/src/PlanningPoker.Hub.Client/PlanningPoker.Hub.Client.csproj index 44a958d..6a04655 100644 --- a/src/PlanningPoker.Hub.Client/PlanningPoker.Hub.Client.csproj +++ b/src/PlanningPoker.Hub.Client/PlanningPoker.Hub.Client.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,7 +6,7 @@ - + diff --git a/src/PlanningPoker.Server.Infrastructure/PlanningPoker.Server.Infrastructure.csproj b/src/PlanningPoker.Server.Infrastructure/PlanningPoker.Server.Infrastructure.csproj index 23d02f5..a3cb4c0 100644 --- a/src/PlanningPoker.Server.Infrastructure/PlanningPoker.Server.Infrastructure.csproj +++ b/src/PlanningPoker.Server.Infrastructure/PlanningPoker.Server.Infrastructure.csproj @@ -1,13 +1,13 @@ - + - net7.0 + net8.0 - - - + + + diff --git a/src/PlanningPoker.Server/PlanningPoker.Server.csproj b/src/PlanningPoker.Server/PlanningPoker.Server.csproj index c437af7..4649d5c 100644 --- a/src/PlanningPoker.Server/PlanningPoker.Server.csproj +++ b/src/PlanningPoker.Server/PlanningPoker.Server.csproj @@ -1,13 +1,13 @@  - net7.0 + net8.0 enable 8.0 - + diff --git a/tests/PlanningPoker.FunctionalTests/PlanningPoker.FunctionalTests.csproj b/tests/PlanningPoker.FunctionalTests/PlanningPoker.FunctionalTests.csproj index 45d821b..f22b567 100644 --- a/tests/PlanningPoker.FunctionalTests/PlanningPoker.FunctionalTests.csproj +++ b/tests/PlanningPoker.FunctionalTests/PlanningPoker.FunctionalTests.csproj @@ -1,15 +1,15 @@ - net7.0 + net8.0 false enable - - - + + +