Skip to content

Commit

Permalink
FileConventions(.Test): fix proj file indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Aug 29, 2023
1 parent 45e298b commit c190f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FileConventions.Test/FileConventions.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="Fsdk" Version="0.6.0--date20230821-0702.git-5488853" />
<PackageReference Include="Fsdk" Version="0.6.0--date20230821-0702.git-5488853" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FileConventions/FileConventions.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Mono.Posix" Version="7.1.0-final.1.21458.1" />
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
<PackageReference Include="Fsdk" Version="0.6.0--date20230821-0702.git-5488853" />
<PackageReference Include="Fsdk" Version="0.6.0--date20230821-0702.git-5488853" />
</ItemGroup>

</Project>

0 comments on commit c190f9c

Please sign in to comment.