Skip to content

Commit

Permalink
Switched F# projects to central package management (#7250)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Jul 9, 2024
1 parent f46ffb2 commit dc773f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<PackageVersion Include="ChilliCream.Testing.Utilities" Version="0.2.0" />
<PackageVersion Include="coverlet.msbuild" Version="3.1.2" />
<PackageVersion Include="DiffPlex" Version="1.7.1" />
<PackageVersion Include="FsCheck.Xunit" Version="3.0.0-beta2" />
<PackageVersion Include="FSharp.Core" Version="8.0.100" />
<PackageVersion Include="Glob" Version="1.1.9" />
<PackageVersion Include="IdentityModel" Version="4.1.1" />
<PackageVersion Include="JsonPointer.Net" Version="5.0.0" />
Expand Down Expand Up @@ -58,6 +60,7 @@
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="System.Reactive" Version="6.0.0" />
<PackageVersion Include="Unquote" Version="6.1.0" />
<PackageVersion Include="Xunit" Version="2.4.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="8.0.100" />
<PackageReference Include="FSharp.Core" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-beta2" />
<PackageReference Include="Unquote" Version="6.1.0" />
<PackageReference Include="FsCheck.Xunit" />
<PackageReference Include="FSharp.Core" />
<PackageReference Include="Unquote" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dc773f1

Please sign in to comment.