forked from EvilBeaver/OneScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocumenterTests.csproj
More file actions
26 lines (22 loc) · 972 Bytes
/
Copy pathDocumenterTests.csproj
File metadata and controls
26 lines (22 loc) · 972 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
26
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(MSBuildProjectDirectory)/../../oscommon.targets" />
<PropertyGroup>
<TargetFramework>$(TargetFrameworkVersion)</TargetFramework>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="xunit" Version="2.5.3"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"/>
</ItemGroup>
<ItemGroup>
<None Remove="Resources\SimpleMarkup.xml" />
<EmbeddedResource Include="Resources\SimpleMarkup.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OneScriptDocumenter\OneScriptDocumenter.csproj" />
</ItemGroup>
</Project>