Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Dojo/TypeProviders-Dojo.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Dojo/paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source https://api.nuget.org/v3/index.json

storage: none
framework: auto-detect

nuget FSharp.Core 4.5.2
nuget FSharp.Data 2.4.6
nuget FSharp.Data 3.0.0-beta4
6 changes: 4 additions & 2 deletions Dojo/paket.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
RESTRICTION: == net461
STORAGE: NONE
RESTRICTION: == netcoreapp2.1
NUGET
remote: https://api.nuget.org/v3/index.json
FSharp.Core (4.5.2)
FSharp.Data (2.4.6)
FSharp.Data (3.0.0-beta4)
FSharp.Core (>= 4.3.4)