Skip to content

Commit db90664

Browse files
committed
1 parent d3b7db9 commit db90664

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Avalonia.FuncUI.Elmish/Avalonia.FuncUI.Elmish.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@
3838
<ItemGroup>
3939
<ProjectReference Include="..\Avalonia.FuncUI\Avalonia.FuncUI.fsproj" />
4040
</ItemGroup>
41+
42+
<ItemGroup>
43+
<PackageReference Update="FSharp.Core" Version="6.0.0" />
44+
</ItemGroup>
4145
</Project>

src/Avalonia.FuncUI/Avalonia.FuncUI.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,8 @@
198198
<Compile Include="Experimental\Experimental.Hooks.fs" />
199199
</ItemGroup>
200200

201+
<ItemGroup>
202+
<PackageReference Update="FSharp.Core" Version="6.0.0" />
203+
</ItemGroup>
204+
201205
</Project>

0 commit comments

Comments
 (0)