Skip to content

Commit a65a466

Browse files
author
John Luo
authored
Add a transport package for Mvc.Razor.Extensions pdbs (#22299)
* Add a transport package for Mvc.Razor.Extensions pdbs * Feedback * Add two more pdbs
1 parent cb07303 commit a65a466

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
<IncludeBuildOutput>false</IncludeBuildOutput>
9+
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" ReferenceOutputAssembly="false" />
14+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X" ReferenceOutputAssembly="false" />
15+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X" ReferenceOutputAssembly="false" />
16+
<Reference Include="Microsoft.AspNetCore.Razor.Language" ReferenceOutputAssembly="false" />
17+
<Reference Include="Microsoft.CodeAnalysis.Razor" ReferenceOutputAssembly="false" />
18+
19+
<Content Include="$(ArtifactsDir)bin\Microsoft.AspNetCore.Mvc.Razor.Extensions\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.pdb" PackagePath="pdb" />
20+
<Content Include="$(ArtifactsDir)bin\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.pdb" PackagePath="pdb" />
21+
<Content Include="$(ArtifactsDir)bin\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.pdb" PackagePath="pdb" />
22+
<Content Include="$(ArtifactsDir)bin\Microsoft.AspNetCore.Razor.Language\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Razor.Language.pdb" PackagePath="pdb" />
23+
<Content Include="$(ArtifactsDir)bin\Microsoft.CodeAnalysis.Razor\$(Configuration)\netstandard2.0\Microsoft.CodeAnalysis.Razor.pdb" PackagePath="pdb" />
24+
</ItemGroup>
25+
26+
</Project>

0 commit comments

Comments
 (0)