2021-05-13 17:25:46 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<RootNamespace>TINK</RootNamespace>
|
2022-04-10 17:38:34 +02:00
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
2021-05-13 17:25:46 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-06-26 20:57:55 +02:00
|
|
|
|
<PackageReference Include="Plugin.BLE" Version="2.1.2" />
|
|
|
|
|
<PackageReference Include="Polly" Version="7.2.2" />
|
2021-05-13 17:25:46 +02:00
|
|
|
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
2021-11-07 19:42:59 +01:00
|
|
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
|
2021-05-13 17:25:46 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\LockItShared\LockItShared.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|