sharee.bike-App/TestLockItShared/TestLockItShared.csproj

24 lines
599 B
XML
Raw Normal View History

2021-05-13 17:07:16 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>TINK</RootNamespace>
2022-04-10 17:38:34 +02:00
<Configurations>Debug;Release</Configurations>
2021-05-13 17:07:16 +02:00
</PropertyGroup>
<ItemGroup>
2021-06-26 20:57:55 +02:00
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
2022-01-04 18:54:03 +01:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
2021-05-13 17:07:16 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LockItShared\LockItShared.csproj" />
</ItemGroup>
</Project>