ExaArray/ExaArrayTests/ExaArrayTests.csproj

20 lines
526 B
XML
Raw Permalink Normal View History

2020-07-28 17:05:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-09-20 19:36:50 +00:00
<TargetFramework>net5.0</TargetFramework>
2020-07-28 17:05:05 +00:00
<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>
2020-07-28 17:35:55 +00:00
<ItemGroup>
<ProjectReference Include="..\ExaArray\ExaArray.csproj" />
</ItemGroup>
2020-07-28 17:05:05 +00:00
</Project>