Skip to content

Commit 52b91db

Browse files
author
Andrew Hall
committed
Add something previously published by Roslyn (#11766)
Razor side needed after dotnet/roslyn#78286 .roslyn used to contain Microsoft.Extensions.ObjectPool.dll because of the transitive dependency and now it doesn't so it has to be packaged in the .razorExtension
1 parent bf2f957 commit 52b91db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Microsoft.VisualStudioCode.RazorExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<Content Include="$(PublishDir)\Microsoft.AspNetCore.Razor.Utilities.Shared.dll" Pack="true" PackagePath="content" CopyToOutputDirectory="PreserveNewest" />
5252
<Content Include="$(PublishDir)\Microsoft.CodeAnalysis.Razor.Compiler.dll" Pack="true" PackagePath="content" CopyToOutputDirectory="PreserveNewest" />
5353
<Content Include="$(PublishDir)\Microsoft.CodeAnalysis.Razor.Workspaces.dll" Pack="true" PackagePath="content" CopyToOutputDirectory="PreserveNewest" />
54+
<Content Include="$(PublishDir)\Microsoft.Extensions.ObjectPool.dll" Pack="true" PackagePath="content" CopyToOutputDirectory="PreserveNewest" />
5455

5556
<!-- We don't need to include everything in the bin folder but we do need to add localization resources for the compiler dll -->
5657
<Content Include="$(PublishDir)\cs\**\*.*" Pack="true" PackagePath="content\cs\" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)