-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathScipDotnet.Tests.csproj
More file actions
25 lines (21 loc) · 977 Bytes
/
ScipDotnet.Tests.csproj
File metadata and controls
25 lines (21 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="NUnit" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="TextCopy" Version="6.2.0" />
<PackageReference Include="Verify.NUnit" Version="19.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ScipDotnet\ScipDotnet.csproj" />
</ItemGroup>
</Project>