File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
src/Razor/tools/RazorExtensionsTransport Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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 =" $(ArtifactsDir)bin\Microsoft.AspNetCore.Mvc.Razor.Extensions\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.pdb" PackagePath =" pdb" />
16
+ <Content Include =" $(ArtifactsDir)bin\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.pdb" PackagePath =" pdb" />
17
+ <Content Include =" $(ArtifactsDir)bin\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X\$(Configuration)\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.pdb" PackagePath =" pdb" />
18
+ </ItemGroup >
19
+
20
+ </Project >
You can’t perform that action at this time.
0 commit comments