From a55be02d94d38067e4f65e211a53d84e2e3732b7 Mon Sep 17 00:00:00 2001 From: Adam Bollen Date: Tue, 5 Nov 2024 12:32:34 -0800 Subject: [PATCH] Remove net6.0 support --- .github/workflows/pr_validate.yml | 2 +- Fauna.Test/Fauna.Test.csproj | 2 +- Fauna/Fauna.csproj | 2 +- README.md | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_validate.yml b/.github/workflows/pr_validate.yml index 3feff46d..9aeba2a0 100644 --- a/.github/workflows/pr_validate.yml +++ b/.github/workflows/pr_validate.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - dotnet-version: [ '6.0.x', '8.0.x' ] + dotnet-version: [ '8.0.x' ] services: fauna: diff --git a/Fauna.Test/Fauna.Test.csproj b/Fauna.Test/Fauna.Test.csproj index c23e7c85..1769fdec 100644 --- a/Fauna.Test/Fauna.Test.csproj +++ b/Fauna.Test/Fauna.Test.csproj @@ -31,7 +31,7 @@ - net6.0;net8.0 + net8.0 enable enable true diff --git a/Fauna/Fauna.csproj b/Fauna/Fauna.csproj index ca3e28b8..3b98dd9d 100644 --- a/Fauna/Fauna.csproj +++ b/Fauna/Fauna.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.5.0-beta Fauna .NET Driver for Fauna diff --git a/README.md b/README.md index 33bec6b8..89960dda 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ See the [Fauna Documentation](https://docs.fauna.com/fauna/current/) for additio ## Compatibility - C# ^10.0 -- .NET 6.0 -- .NET 7.0 - .NET 8.0 ## Installation