Skip to content

Commit 4bb502e

Browse files
author
John Luo
committed
Add a transport package for Mvc.Razor.Extensions pdbs
1 parent be13970 commit 4bb502e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<Description>Transport package for Mvc.Razor.Extensions pdbs. For internal use only.</Description>
5+
<TargetFramework>netstandard2.0</TargetFramework>
6+
<IsPackable>true</IsPackable>
7+
<IsShipping>false</IsShipping>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" />
12+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X" />
13+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X" />
14+
15+
<Content Include="$(OutputPath)*.pdb" PackagePath="pdb" />
16+
</ItemGroup>
17+
18+
</Project>

0 commit comments

Comments
 (0)