File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
src/Razor/tools/Microsoft.Aspnetcore.Razor.Internal.Transport Expand file tree Collapse file tree 1 file changed +26
-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
+ <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 >
You can’t perform that action at this time.
0 commit comments