Skip to content

Commit f3b8398

Browse files
Copilotstephentoub
andcommitted
Add RegexCharClass.Tables.cs to project file
Include the new generated file in the csproj to fix build failures Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent 0fa52a5 commit f3b8398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<Compile Include="System\Text\RegularExpressions\RegexCaseEquivalences.Data.cs" />
3535
<Compile Include="System\Text\RegularExpressions\RegexCaseEquivalences.cs" />
3636
<Compile Include="System\Text\RegularExpressions\RegexCharClass.cs" />
37+
<Compile Include="System\Text\RegularExpressions\RegexCharClass.Tables.cs" />
3738
<Compile Include="System\Text\RegularExpressions\RegexCompilationInfo.cs" />
3839
<Compile Include="System\Text\RegularExpressions\RegexFindOptimizations.cs" />
3940
<Compile Include="System\Text\RegularExpressions\GeneratedRegexAttribute.cs" />

0 commit comments

Comments
 (0)