sharee.bike-App/TestSharee/TestSharee.csproj

29 lines
701 B
XML
Raw Normal View History

2021-11-14 23:27:29 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="UseCase\Startup\TestTinkApp.cs" />
</ItemGroup>
2021-11-27 14:52:35 +01:00
<ItemGroup>
<None Remove="Xamarin.Essentials" />
</ItemGroup>
2021-11-14 23:27:29 +01:00
<ItemGroup>
<None Include="UseCase\Startup\TestTinkApp.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="NUnit" Version="3.13.2" />
2021-11-27 14:52:35 +01:00
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
2021-11-14 23:27:29 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>