Skip to content

Commit ad0e10b

Browse files
fix alphabetical ordering
1 parent 1318125 commit ad0e10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Text.Json/gen/System.Text.Json.SourceGeneration.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<Compile Include="$(CommonPath)\Roslyn\GetBestTypeByMetadataName.cs" Link="Common\Roslyn\GetBestTypeByMetadataName.cs" />
4242
<Compile Include="ClassType.cs" />
4343
<Compile Include="CollectionType.cs" />
44-
<Compile Include="JsonSourceGenerator.Emitter.ExceptionMessages.cs" />
4544
<Compile Include="JsonConstants.cs" />
4645
<Compile Include="JsonSourceGenerator.Emitter.cs" />
46+
<Compile Include="JsonSourceGenerator.Emitter.ExceptionMessages.cs" />
4747
<Compile Include="JsonSourceGenerator.Parser.cs" />
4848
<Compile Include="ObjectConstructionStrategy.cs" />
4949
<Compile Include="ParameterGenerationSpec.cs" />

0 commit comments

Comments
 (0)