Skip to content

Commit

Permalink
Adding Regex source generator to Microsoft.netcore.app.ref pack (#61329)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Nov 9, 2021
1 parent 3dfdcb9 commit dfb8c90
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@
<Reference Include="System.Reflection.Emit.ILGeneration" />
<Reference Include="System.Reflection.Emit.Lightweight" />
<Reference Include="System.Reflection.Primitives" />

<!-- Adding the source generator as an analyzer reference -->
<AnalyzerReference Include="..\gen\System.Text.RegularExpressions.Generator.csproj" />
</ItemGroup>
</Project>

0 comments on commit dfb8c90

Please sign in to comment.