Skip to content

Commit 764bc8f

Browse files
committed
Support .NET 9
1 parent c3d6319 commit 764bc8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Dahomey.Cbor.Tests/Dahomey.Cbor.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
6-
<LangVersion>12.0</LangVersion>
6+
<LangVersion>latest</LangVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

src/Dahomey.Cbor/Dahomey.Cbor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
5-
<LangVersion>12.0</LangVersion>
4+
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
5+
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
77
<PackageReleaseNotes>cf. https://github.com/dahomey-technologies/Dahomey.Cbor/releases/tag/$(Version)</PackageReleaseNotes>
88
<Authors>Michaël Catanzariti</Authors>

0 commit comments

Comments
 (0)