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:
parent
33c8e69f93
commit
bbbae7d75f
@ -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'">
|
||||
|
||||
@ -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'">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user