Skip to content

Commit

Permalink
<PackageReference Include="FSharp.Core" VersionOverride="7.0.0" />
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Feb 2, 2024
1 parent d3b44b8 commit 595b016
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FX.Console/FX.Console.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" VersionOverride="7.0.0" />
<ProjectReference Include="..\FX.Core\FX.Core.fsproj" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/FX.Core/FX.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Compile Include="Exchange.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" VersionOverride="7.0.0" />
<PackageReference Include="StackExchange.Redis" />
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/FX.Tests/FX.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" VersionOverride="7.0.0" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
Expand Down
1 change: 1 addition & 0 deletions src/WebSocketApp/WebSocketApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
<PackageReference Include="Microsoft.AspNetCore.WebSockets" />
<PackageReference Include="TaskBuilder.fs" />
<ProjectReference Include="..\FX.Core\FX.Core.fsproj" />
<PackageReference Include="FSharp.Core" VersionOverride="7.0.0" />
</ItemGroup>
</Project>

0 comments on commit 595b016

Please sign in to comment.