Skip to content

Commit ccd6777

Browse files
authored
Add razorencconfig to Microsoft.CodeAnalysis.Razor.Compiler (#10048)
This was missed when we unified the dlls and causes failures when using .NET 9p2 in VS.
2 parents 0bcfc4b + 583bf7c commit ccd6777

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Microsoft.CodeAnalysis.Razor.Compiler.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@
3030
<EmbeddedResource Update="SourceGenerators\Diagnostics\*.resx" Namespace="Microsoft.NET.Sdk.Razor.SourceGenerators.Diagnostics" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<None Update="RazorSourceGenerator.razorencconfig" CopyToOutputDirectory="PreserveNewest" />
35+
</ItemGroup>
36+
3337
</Project>

0 commit comments

Comments
 (0)