Skip to content

Commit

Permalink
#301 Depend on Elmish 4.0.1 to avoid resolution issues downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Apr 15, 2023
1 parent c0797c8 commit 1181241
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ strategy: min
nuget FSharp.Core >= 6.0 content: none
nuget FSharp.SystemTextJson >= 0.19.13
nuget HtmlAgilityPack >= 1.11.39
nuget Elmish ~> 4.0
nuget Elmish >= 4.0.1 < 5.0
nuget Microsoft.AspNetCore.Components.Authorization >= 6.0
nuget Microsoft.AspNetCore.Components.WebAssembly.Authentication >= 6.0
nuget Microsoft.Extensions.Configuration.Binder >= 6.0
Expand Down
5 changes: 2 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ LOWEST_MATCHING: TRUE
RESTRICTION: || (== net6.0) (== net7.0) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
Elmish (4.0)
FSharp.Core (>= 6.0.7)
FSharp.Core (6.0.7) - content: none
Elmish (4.0.1)
FSharp.Core (6.0) - content: none
FSharp.SystemTextJson (0.19.13)
FSharp.Core (>= 4.7)
System.Text.Json (>= 6.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Compile Include="Library.fs" />
<Content Include="paket.references" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.AspNetCore.Components\Microsoft.AspNetCore.Components.fsproj" />
</ItemGroup>

</Project>
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FSharp.Core
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Compile Include="Library.fs" />
<Content Include="paket.references" />
</ItemGroup>

</Project>
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FSharp.Core

0 comments on commit 1181241

Please sign in to comment.