Skip to content

Commit

Permalink
FileConventions.Test: inconsistent nuget version
Browse files Browse the repository at this point in the history
Checking that the newly introduced sanityCheckNuget.fsx script
works properly (this commit should make the CI pipeline fail).
  • Loading branch information
knocte committed Nov 24, 2023
1 parent 21a97d4 commit 9f8c6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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--date20230214-0422.git-1ea6f62" />
<PackageReference Include="Fsdk" Version="0.6.0--date20231031-0834.git-2737eea" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/FileConventions/FileConventions.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +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--date20230214-0422.git-1ea6f62" />
</ItemGroup>

</Project>

0 comments on commit 9f8c6d8

Please sign in to comment.