Skip to content

Commit

Permalink
Drop dotnet 6 , update to net8 (meilisearch#616)
Browse files Browse the repository at this point in the history
* change from net6 to net9

* ignore warnings to extract strings to static fields, unnecessary

* update test.yml dotnet-version

* change from net6 to net9

* ignore warnings to extract strings to static fields, unnecessary

* update test.yml dotnet-version

* dotnet 8 instead of 9

* Update tests.yml
  • Loading branch information
danFbach authored Jan 22, 2025
1 parent 8ecb600 commit 5a4fd95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
dotnet-version: "8.0.x"
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
dotnet-version: "8.0.x"
- name: Check with dotnet-format
run: dotnet format --version
- name: Check with dotnet-format
Expand Down
3 changes: 1 addition & 2 deletions tests/Meilisearch.Tests/Meilisearch.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>

<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 5a4fd95

Please sign in to comment.