From 3288bd60620d7e7c9850e5cdd2a781a00f6e86dc Mon Sep 17 00:00:00 2001 From: Tomohito Nakayama Date: Thu, 25 Feb 2021 18:07:56 +0900 Subject: [PATCH 1/4] Update target to net6.0 --- DirectSQL/DirectSQL.csproj | 2 +- TestSqlLiteDatabase/TestSqlLiteDatabase.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DirectSQL/DirectSQL.csproj b/DirectSQL/DirectSQL.csproj index da92275..5d650e2 100644 --- a/DirectSQL/DirectSQL.csproj +++ b/DirectSQL/DirectSQL.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 true 3.11.0 diff --git a/TestSqlLiteDatabase/TestSqlLiteDatabase.csproj b/TestSqlLiteDatabase/TestSqlLiteDatabase.csproj index be30cb2..df205d8 100644 --- a/TestSqlLiteDatabase/TestSqlLiteDatabase.csproj +++ b/TestSqlLiteDatabase/TestSqlLiteDatabase.csproj @@ -1,7 +1,7 @@ - net5 + net6.0 false From ea862e6c2cc45c64b2b58cb8e306d4d92b85afec Mon Sep 17 00:00:00 2001 From: Tomohito Nakayama Date: Thu, 25 Feb 2021 18:15:36 +0900 Subject: [PATCH 2/4] Update dotnetcore.yml to net6 preview --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 80dd223..4c0bfd0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 6.0.100-preview source-url: https://nuget.pkg.github.com/directsql/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} From 89f15292ec39cb340cf91e6303ddb9bd9e241171 Mon Sep 17 00:00:00 2001 From: Tomohito Nakayama Date: Thu, 25 Feb 2021 18:24:04 +0900 Subject: [PATCH 3/4] Added .1.21103.13 to net6 version in dotnetcore.yml --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 4c0bfd0..4ac4073 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100-preview + dotnet-version: 6.0.100-preview.1.21103.13 source-url: https://nuget.pkg.github.com/directsql/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} From 9cd54a5a292754b88429bf96ed7bedc4cef82287 Mon Sep 17 00:00:00 2001 From: Tomohito Nakayama Date: Tue, 9 Nov 2021 22:17:13 +0900 Subject: [PATCH 4/4] Removed preview --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 4ac4073..4def06b 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100-preview.1.21103.13 + dotnet-version: 6.0.100 source-url: https://nuget.pkg.github.com/directsql/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}