mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 10:36:30 +01:00
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Model\Bikes\BikeInfoNS\BC\TestBikeSerializeJSON.cs" />
|
|
<Compile Remove="Model\Bikes\BikeInfoNS\TestBikeCollectionSerializeJSON.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="Model\Bikes\BikeInfoNS\BC\TestBikeSerializeJSON.cs" />
|
|
<None Include="Model\Bikes\BikeInfoNS\TestBikeCollectionSerializeJSON.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NSubstitute" Version="5.1.0" />
|
|
<PackageReference Include="NUnit" Version="3.13.3" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SharedBusinessLogic.Tests.Framework\SharedBusinessLogic.Tests.FrameworkCore.csproj" />
|
|
<ProjectReference Include="..\SharedBusinessLogic\ShareeBikeLibCore.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|