You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
503 B
20 lines
503 B
4 years ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
|
||
|
<IsPackable>false</IsPackable>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="nunit" Version="3.12.0" />
|
||
|
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
|
||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\EPAServeur\EPAServeur.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|