Skip to content

Commit

Permalink
Revert csproj line order
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Sep 26, 2023
1 parent 0bdd66f commit 0401a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BadDicom/BadDicom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.0.3" />
<PackageReference Include="YamlDotNet" Version="13.4.0" />
<PackageReference Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="13.4.0" />
<PackageReference Include="YamlDotNet" Version="13.4.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit 0401a03

Please sign in to comment.