Sam Therapy
e2ec4a5857
Some checks failed
continuous-integration/drone Build is failing
also prepare pipelines and stuff Signed-off-by: Sam Therapy <sam@samtherapy.net>
20 lines
601 B
XML
20 lines
601 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.7.1" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
|
|
<PackageReference Include="coverlet.collector" Version="1.3.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\BirdsiteLive.Common\BirdsiteLive.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|