Skip to content

Commit 50ad136

Browse files
committed
Use dotnet 9 to test all frameworks
1 parent 3f08e67 commit 50ad136

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ jobs:
66
strategy:
77
matrix:
88
dotnet-version:
9-
- '6.0'
10-
- '7.0'
11-
- '8.0'
129
- '9.0'
1310
name: .NET ${{ matrix.dotnet-version }} sample
1411
steps:

DetectLanguage.Tests/DetectLanguage.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net9.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

DetectLanguage/DetectLanguage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryUrl>https://github.com/detectlanguage/detectlanguage-dotnet</RepositoryUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageIconUrl>https://www.nuget.org/profiles/detectlanguage/avatar?imageSize=128</PackageIconUrl>
15-
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
15+
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)