Skip to content

Commit

Permalink
Update RDMSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Nov 14, 2023
1 parent c3faaf1 commit 634c174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArtNetSharp/ArtNetSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>0.0.8</Version>
<RepositoryUrl>https://github.com/DMXControl/ArtNetSharp</RepositoryUrl>
Expand Down Expand Up @@ -32,6 +32,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="RDMSharp" Version="0.0.3" />
<PackageReference Include="RDMSharp" Version="0.0.4" />
</ItemGroup>
</Project>

0 comments on commit 634c174

Please sign in to comment.