2021-05-13 17:25:46 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<RootNamespace>TINK</RootNamespace>
|
|
|
|
|
</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" />
|
|
|
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\LockItShared\LockItShared.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|