-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHyperbee.Templating.Tests.csproj
More file actions
31 lines (31 loc) · 1.26 KB
/
Hyperbee.Templating.Tests.csproj
File metadata and controls
31 lines (31 loc) · 1.26 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsTestingPlatformApplication>false</IsTestingPlatformApplication>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Remove="TestSupport\Resources\TextFile1.txt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="TestSupport\Resources\TextFile1.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Hyperbee.Collections" />
<PackageReference Include="Hyperbee.Resources" />
<PackageReference Include="Hyperbee.XS" />
<PackageReference Include="Hyperbee.XS.Extensions" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="coverlet.collector" />
<PackageReference Include="NSubstitute" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Hyperbee.Templating.Provider.XS\Hyperbee.Templating.Provider.XS.csproj" />
<ProjectReference Include="..\..\src\Hyperbee.Templating\Hyperbee.Templating.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" />
</ItemGroup>
</Project>