We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be13970 commit 4bb502eCopy full SHA for 4bb502e
src/Razor/tools/RazorExtensionsTransport/RazorExtensionsTransport.csproj
@@ -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