mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
21 lines
598 B
XML
21 lines
598 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\RGB.NET.Core\RGB.NET.Core.csproj" />
|
|
<ProjectReference Include="..\..\RGB.NET.Presets\RGB.NET.Presets.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|