Skip to content

Commit

Permalink
Include EA.RazorCompiler in source build (#67996)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz authored Apr 27, 2023
1 parent c2a3eb2 commit 6d4997f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<RootNamespace>Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>

<!-- Used by Razor source generator which is included in source build. -->
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>

<!-- NuGet -->
<IsPackable>true</IsPackable>
<PackageId>Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler</PackageId>
Expand Down

0 comments on commit 6d4997f

Please sign in to comment.