<Project Sdk="Microsoft.NET.Sdk">

	<PropertyGroup>
		<TargetFramework>net6.0</TargetFramework>
		<Nullable>enable</Nullable>
		<WarningsAsErrors>nullable</WarningsAsErrors>

		<IsPackable>false</IsPackable>
	</PropertyGroup>

	<ItemGroup>
		<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
		<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
		<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
		<PackageReference Include="coverlet.collector" Version="3.1.0" />
		<PackageReference Include="OwlCore" Version="0.0.66" />
	</ItemGroup>

	<ItemGroup>
		<ProjectReference Include="..\StrixMusic.Cores.OwlCoreRpc\StrixMusic.Cores.OwlCoreRpc.csproj" />
	</ItemGroup>

</Project>
