From 07211f1fc30e3f5a90d8d6bbb90822bc7c2eb6bd Mon Sep 17 00:00:00 2001 From: hadashiA Date: Thu, 7 Sep 2023 18:12:47 +0900 Subject: [PATCH] Bump dotnet version to 6.0/7.0 --- .github/workflows/build-debug.yml | 2 +- src/UniTask.NetCore/UniTask.NetCore.csproj | 2 +- src/UniTask.NetCoreSandbox/UniTask.NetCoreSandbox.csproj | 2 +- src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 76c0fed..5a7eb3a 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -17,8 +17,8 @@ jobs: - uses: Cysharp/Actions/.github/actions/setup-dotnet@main with: dotnet-version: | - 3.1.x 6.0.x + 7.0.x - run: dotnet build -c Debug - run: dotnet test -c Debug diff --git a/src/UniTask.NetCore/UniTask.NetCore.csproj b/src/UniTask.NetCore/UniTask.NetCore.csproj index 1f93aa9..94d3a92 100644 --- a/src/UniTask.NetCore/UniTask.NetCore.csproj +++ b/src/UniTask.NetCore/UniTask.NetCore.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netstandard2.1;netstandard2.0 + net6.0;net7.0;netstandard2.1;netstandard2.0 UniTask 8.0 Cysharp.Threading.Tasks diff --git a/src/UniTask.NetCoreSandbox/UniTask.NetCoreSandbox.csproj b/src/UniTask.NetCoreSandbox/UniTask.NetCoreSandbox.csproj index 369f7ee..71b6373 100644 --- a/src/UniTask.NetCoreSandbox/UniTask.NetCoreSandbox.csproj +++ b/src/UniTask.NetCoreSandbox/UniTask.NetCoreSandbox.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net7.0 NetCoreSandbox false diff --git a/src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj b/src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj index aa0765b..45a2e01 100644 --- a/src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj +++ b/src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net7.0 false