Skip to content

Commit a171c0c

Browse files
Add net10.0 target and bump version to 3.9.0
Updated Codebreaker.Analyzers.csproj to support net10.0 in addition to net8.0 and net9.0. Increased the package version from 3.8.0 to 3.9.0.
1 parent 8b5bd35 commit a171c0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/common/Codebreaker.GameAPIs.Analyzers/Codebreaker.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<PackageId>CNinnovation.Codebreaker.Analyzers</PackageId>
5-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<LangVersion>13.0</LangVersion>
9-
<Version>3.8.0</Version>
9+
<Version>3.9.0</Version>
1010
<PackageTags>
1111
Codebreaker;CNinnovation;GameAnalyzers
1212
</PackageTags>

0 commit comments

Comments
 (0)