1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Replaced 3rd party references with with own, .net standard compatible builds

This commit is contained in:
Darth Affe 2018-04-07 16:40:47 +02:00
parent 33c8e69f93
commit bbbae7d75f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
<ItemGroup>
<ProjectReference Include="..\RGB.NET.Core\RGB.NET.Core.csproj" />
<PackageReference Include="HidSharp" Version="1.5.0" />
<PackageReference Include="HidSharp.Standard" Version="1.5.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">

View File

@ -60,7 +60,7 @@
<ItemGroup>
<ProjectReference Include="..\RGB.NET.Core\RGB.NET.Core.csproj" />
<PackageReference Include="Sanford.Multimedia.Midi" Version="6.6.0" />
<PackageReference Include="Sanford.Multimedia.Midi.Standard" Version="6.6.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">