sharee.bike-App/LockIt.BLE/LockIt.BLE.csproj

22 lines
674 B
XML
Raw Normal View History

2021-05-13 17:25:46 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2024-04-09 12:53:23 +02:00
<RootNamespace>ShareeBike</RootNamespace>
2022-04-10 17:38:34 +02:00
<Configurations>Debug;Release</Configurations>
2022-08-30 15:42:25 +02:00
<ReleaseVersion>3.0</ReleaseVersion>
2021-05-13 17:25:46 +02:00
</PropertyGroup>
<ItemGroup>
2024-04-09 12:53:23 +02:00
<PackageReference Include="Plugin.BLE" Version="3.0.0" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.1" />
2021-05-13 17:25:46 +02:00
</ItemGroup>
<ItemGroup>
2024-04-09 12:53:23 +02:00
<ProjectReference Include="..\LockIt.BusinessLogic\LockIt.BusinessLogic.csproj" />
2021-05-13 17:25:46 +02:00
</ItemGroup>
</Project>