-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDiffs.Test.csproj
More file actions
35 lines (30 loc) · 1.21 KB
/
Diffs.Test.csproj
File metadata and controls
35 lines (30 loc) · 1.21 KB
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
26
27
28
29
30
31
32
33
34
35
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<AssemblyName>spkl.Diffs.Test</AssemblyName>
<RootNamespace>spkl.Diffs.Test</RootNamespace>
<LangVersion>12.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Diffs.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Data\D54ACE32535F00233F43B243D0EF1EDE.mus">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Data\Smooth_Operator.mus">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>