2022-04-25 22:15:15 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-05-13 17:25:46 +02:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2022-04-10 17:38:34 +02:00
|
|
|
|
|
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
2021-05-13 17:25:46 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-25 22:15:15 +02:00
|
|
|
|
<PackageReference Include="NSubstitute" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="NUnit" Version="3.13.3" />
|
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
|
2021-05-13 17:25:46 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\LockItBLE\LockItBLE.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|