From 3070d9a34e9cb115e3f501b54d702f70ea281fdc Mon Sep 17 00:00:00 2001 From: Jeffry Morris Date: Thu, 22 Jun 2023 12:54:59 -0700 Subject: [PATCH] Update dependencies for 2.0.1 release (#367) * Update to latest .NET SDK 3.4.8 * Update to .net6 * Update language version to 10 * Update test dependencies to latest --- .github/workflows/dotnet-core.yml | 12 ++++-------- .../Couchbase.Linq.IntegrationTests.csproj | 8 ++++---- .../Couchbase.Linq.UnitTests.csproj | 12 ++++++------ Src/Couchbase.Linq/Couchbase.Linq.csproj | 14 +++++++------- 4 files changed, 21 insertions(+), 25 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 69a4c84..032f88c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -12,15 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Setup .NET Core 3.1 - uses: actions/setup-dotnet@v1 + - uses: actions/checkout@v3 + - name: Setup .NET + uses: actions/setup-dotnet@v3 with: - dotnet-version: '3.1.301' - - name: Setup .NET Core 5.0 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '5.0.x' + dotnet-version: '6.0.x' - name: Install dependencies run: dotnet restore Src/couchbase-net-linq.sln - name: Build diff --git a/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj b/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj index 821db40..0689d88 100644 --- a/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj +++ b/Src/Couchbase.Linq.IntegrationTests/Couchbase.Linq.IntegrationTests.csproj @@ -1,9 +1,9 @@  - netcoreapp3.1;net5.0 + net6.0 true - 9 + 10 @@ -14,12 +14,12 @@ - + - + diff --git a/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj b/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj index ae39e03..97c1177 100644 --- a/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj +++ b/Src/Couchbase.Linq.UnitTests/Couchbase.Linq.UnitTests.csproj @@ -1,9 +1,9 @@  - netcoreapp3.1;net5.0 + net6.0 true - 9 + 10 @@ -11,16 +11,16 @@ - + - - - + + + diff --git a/Src/Couchbase.Linq/Couchbase.Linq.csproj b/Src/Couchbase.Linq/Couchbase.Linq.csproj index 90f2151..47ffdfa 100644 --- a/Src/Couchbase.Linq/Couchbase.Linq.csproj +++ b/Src/Couchbase.Linq/Couchbase.Linq.csproj @@ -5,14 +5,14 @@ The official Linq provider for Couchbase N1QL Couchbase, Inc. Couchbase, Inc. - Copyright 2021 - The official Language Integrated Query (LINQ) provider for querying Couchbase Server with N1QL using the Couchbase .NET SDK 3.2 and greater. + Copyright 2023 + The official Language Integrated Query (LINQ) provider for querying Couchbase Server with N1QL using the Couchbase .NET SDK 3.4 and greater. couchbase;linq;n1ql;nosql;database https://github.com/couchbaselabs/Linq2Couchbase - netstandard2.0;netstandard2.1;net5.0 + netstandard2.0;netstandard2.1;net6.0 Couchbase.Linq Couchbase.Linq @@ -22,18 +22,18 @@ true true - 9 + 10 enable false - 2.0.0 + 2.0.1-beta.1 false Apache-2.0 couchbase.png - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive