Skip to content

Commit d8b32e3

Browse files
committed
Docs: workflow and intro
1 parent 2274923 commit d8b32e3

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<Project Sdk="Microsoft.NET.Sdk.Razor">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<RazorLangVersion>3.0</RazorLangVersion>
6+
<RootNamespace>Bunit.Docs.Samples</RootNamespace>
7+
<AssemblyName>bunit.docs.razor.samples</AssemblyName>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="bunit.core" Version="1.0.0-beta-7" />
12+
<PackageReference Include="bunit.web" Version="1.0.0-beta-7" />
13+
<PackageReference Include="bunit.xunit" Version="1.0.0-beta-7" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
15+
<PackageReference Include="xunit" Version="2.4.1" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
17+
<PrivateAssets>all</PrivateAssets>
18+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19+
</PackageReference>
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<ProjectReference Include="../../components/bunit.docs.samples.csproj" />
24+
</ItemGroup>
25+
26+
</Project>

0 commit comments

Comments
 (0)