Skip to content

Commit

Permalink
Add support for .NET 8.0 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer authored Aug 28, 2024
1 parent 29b1db9 commit a0421ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
- name: Run
run: dotnet run --project ClickHouse.Client.Benchmark/ClickHouse.Client.Benchmark.csproj --framework net6.0 --configuration Release -- --join --filter "*" --artifacts . --job Short
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
with:
dotnet-version: |
3.1.x
5.x
6.x
7.x
8.x
- name: Install GitHubActionsTestLogger
run: dotnet add ClickHouse.Client.Tests/ClickHouse.Client.Tests.csproj package GitHubActionsTestLogger --no-restore
Expand Down
2 changes: 1 addition & 1 deletion ClickHouse.Client/ClickHouse.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;net48;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net48;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/DarkWanderer/ClickHouse.Client</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
- name: Run .NET Code Analysis
uses: dotnet/code-analysis@main
Expand Down

0 comments on commit a0421ef

Please sign in to comment.