Skip to content

Commit

Permalink
#1289 Update to FCS 42.7.101
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Nov 26, 2022
1 parent 21f013e commit 82b2c50
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 594 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nuget Microsoft.Extensions.DependencyModel 2.0.0
nuget Microsoft.AspNetCore.Mvc.Abstractions 2.0.0

nuget System.Net.Http 4.3.0
nuget FSharp.Core
nuget FSharp.Core 6.0.0

nuget System.Text.RegularExpressions 4.3.0
nuget System.Text.Json 4.7.0
Expand Down
737 changes: 147 additions & 590 deletions paket.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/Web.FSharp/Web.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Content Include="Main.html" CopyToPublishDirectory="Always" />
<Compile Include="Startup.fs" />
<None Include="wsconfig.json" />
<None Include="paket.references" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\compiler\WebSharper.Core.JavaScript\WebSharper.Core.JavaScript.fsproj" />
Expand Down
1 change: 1 addition & 0 deletions tests/Web.Giraffe/Web.Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<ItemGroup>
<None Include="wsconfig.json" />
<Compile Include="Program.fs" />
<None Include="paket.references" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion tests/Web/paket.references
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FSharp.Core
group fcs
FSharp.Core
3 changes: 2 additions & 1 deletion tests/WebSharper.CSharp.Sitelets.Tests/paket.references
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FSharp.Core
group fcs
FSharp.Core
3 changes: 2 additions & 1 deletion tests/WebSharper.CSharp.Tests/paket.references
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Microsoft.CSharp
FSharp.Core
group fcs
FSharp.Core

0 comments on commit 82b2c50

Please sign in to comment.