Skip to content

Commit

Permalink
Remove net6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adambollen committed Nov 5, 2024
1 parent d6896c2 commit a55be02
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Fauna.Test/Fauna.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Folder Include="Types\" />
</ItemGroup>
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion Fauna/Fauna.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.5.0-beta</Version>
<PackageId>Fauna</PackageId>
<Title>.NET Driver for Fauna</Title>
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a55be02

Please sign in to comment.