mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
19 lines
531 B
XML
19 lines
531 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
||
|
<PackageReference Include="NSubstitute" Version="4.2.2" />
|
||
|
<PackageReference Include="NUnit" Version="3.13.2" />
|
||
|
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Borepin\Borepin\Borepin.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|