Skip to content

Commit 01291c7

Browse files
committed
Fallback to NET Standard 2.0
1 parent 302af44 commit 01291c7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

RDMSharp/RDM/IRDMDevice.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using RDMSharp;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.ComponentModel;
54

RDMSharp/RDMSharp.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
4-
<ImplicitUsings>enable</ImplicitUsings>
5-
<Nullable>enable</Nullable>
3+
<TargetFramework>netstandard2.0</TargetFramework>
64
<PackageLicenseFile>LICENSE</PackageLicenseFile>
7-
<Version>0.0.1</Version>
5+
<Version>0.0.2</Version>
86
<RepositoryUrl>https://github.com/DMXControl/RDMSharp</RepositoryUrl>
97
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
108
<PackageTags>RDM; RDMnet; ArtNet; E1.20; E1.33; E1.37-1; E1.37-2; E1.37-7</PackageTags>

0 commit comments

Comments
 (0)