diff --git a/BoardRules/BoardRules.csproj b/BoardRules/BoardRules.csproj index fa71b7a..b760144 100644 --- a/BoardRules/BoardRules.csproj +++ b/BoardRules/BoardRules.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable enable diff --git a/Shogi.Api/Shogi.Api.csproj b/Shogi.Api/Shogi.Api.csproj index 59214e2..499f7e4 100644 --- a/Shogi.Api/Shogi.Api.csproj +++ b/Shogi.Api/Shogi.Api.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 true 5 enable diff --git a/Shogi.Contracts/Shogi.Contracts.csproj b/Shogi.Contracts/Shogi.Contracts.csproj index 7b85818..8ca8e19 100644 --- a/Shogi.Contracts/Shogi.Contracts.csproj +++ b/Shogi.Contracts/Shogi.Contracts.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 true 5 enable diff --git a/Shogi.Domain/Shogi.Domain.csproj b/Shogi.Domain/Shogi.Domain.csproj index deb29af..ca661e0 100644 --- a/Shogi.Domain/Shogi.Domain.csproj +++ b/Shogi.Domain/Shogi.Domain.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 disable enable diff --git a/Shogi.UI/Shogi.UI.csproj b/Shogi.UI/Shogi.UI.csproj index 2478355..515869a 100644 --- a/Shogi.UI/Shogi.UI.csproj +++ b/Shogi.UI/Shogi.UI.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable enable diff --git a/Tests/AcceptanceTests/Shogi.AcceptanceTests.csproj b/Tests/AcceptanceTests/Shogi.AcceptanceTests.csproj index b84ee1c..6df2195 100644 --- a/Tests/AcceptanceTests/Shogi.AcceptanceTests.csproj +++ b/Tests/AcceptanceTests/Shogi.AcceptanceTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable enable diff --git a/Tests/E2ETests/E2ETests.csproj b/Tests/E2ETests/E2ETests.csproj index d91738a..74fdf80 100644 --- a/Tests/E2ETests/E2ETests.csproj +++ b/Tests/E2ETests/E2ETests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable diff --git a/Tests/UnitTests/UnitTests.csproj b/Tests/UnitTests/UnitTests.csproj index 69bf354..639f4c4 100644 --- a/Tests/UnitTests/UnitTests.csproj +++ b/Tests/UnitTests/UnitTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable false diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8764968..cbef4a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,10 +21,10 @@ steps: - task: NuGetToolInstaller@1 - task: UseDotNet@2 - inputs: - packageType: sdk - #useGlobalJson: true - version: 8.x +inputs: + packageType: sdk + #useGlobalJson: true + version: 10.x installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. - task: CmdLine@2 diff --git a/global.json b/global.json index 9e0754e..f72210c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.0", + "version": "10.0.100", "rollForward": "latestFeature" } } \ No newline at end of file