Skip to content

Commit

Permalink
specify FSharp.Core version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaggerJo committed Sep 5, 2024
1 parent d3b7db9 commit db90664
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Avalonia.FuncUI.Elmish/Avalonia.FuncUI.Elmish.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
<ItemGroup>
<ProjectReference Include="..\Avalonia.FuncUI\Avalonia.FuncUI.fsproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions src/Avalonia.FuncUI/Avalonia.FuncUI.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,8 @@
<Compile Include="Experimental\Experimental.Hooks.fs" />
</ItemGroup>

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

</Project>

0 comments on commit db90664

Please sign in to comment.