-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathOrc.FileSystem.Tests.csproj
More file actions
40 lines (36 loc) · 1.9 KB
/
Orc.FileSystem.Tests.csproj
File metadata and controls
40 lines (36 loc) · 1.9 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
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net10.0</TargetFrameworks>
<AssemblyName>Orc.FileSystem.Tests</AssemblyName>
<RootNamespace>Orc.FileSystem.Tests</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageId>Orc.FileSystem.Tests</PackageId>
<PackageVersion>1.0.0-alpha0001</PackageVersion>
<Description></Description>
<PackageTags></PackageTags>
<SonarQubeExclude>true</SonarQubeExclude>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.2.0" />
<PackageReference Include="Catel.Fody" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.3" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageReference Include="NUnit" Version="4.5.1" PrivateAssets="all" />
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PublicApiGenerator" Version="11.5.4" PrivateAssets="all" />
<PackageReference Include="Verify.NUnit" Version="31.13.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Orc.FileSystem\Orc.FileSystem.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="*.approved.cs;*.received.cs" />
</ItemGroup>
<Import Project="$(MSBuildProjectDirectory)\..\Directory.Build.shared.explicit.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.Build.shared.explicit.props')" />
<Import Project="$(MSBuildProjectDirectory)\..\Directory.Build.shared.tests.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.Build.shared.tests.props')" />
</Project>