mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
21 lines
598 B
XML
21 lines
598 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.5" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\RGB.NET.Core\RGB.NET.Core.csproj" />
|
|
<ProjectReference Include="..\..\RGB.NET.Presets\RGB.NET.Presets.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|