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