We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68acae commit e3f22eaCopy full SHA for e3f22ea
ArtNetSharp/ArtNetSharp.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
4
<PackageLicenseFile>LICENSE</PackageLicenseFile>
5
<Version>0.0.34</Version>
6
<RepositoryUrl>https://github.com/DMXControl/ArtNetSharp</RepositoryUrl>
ArtNetTests/ArtNetTests.csproj
@@ -1,7 +1,7 @@
- <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
7
<LangVersion>preview</LangVersion>
0 commit comments