Skip to content

Commit 4c1dd9d

Browse files
author
Eugene Tolmachev
committed
updated build for dotnet SDK 2.0
1 parent 3e72059 commit 4c1dd9d

File tree

4 files changed

+525
-166
lines changed

4 files changed

+525
-166
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ build/
1111
.DS_Store
1212
.fake
1313
temp
14+
paket-files

.paket/Paket.Restore.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</ItemGroup>
132132

133133
<PropertyGroup>
134-
<PaketCliToolFilePath>$(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).paket.clitools</PaketCliToolFilePath>
134+
<RestoreConfigFile>$(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).NuGet.Config</RestoreConfigFile>
135135
</PropertyGroup>
136136

137137
<ReadLinesFromFile File="$(PaketCliToolFilePath)" >

paket.dependencies

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ storage:none
44

55
nuget FSharp.Core redirects:force, content:none
66
nuget Fable.Core
7-
nuget Fable.React
8-
nuget Fable.Elmish
9-
nuget Fable.Elmish.React
10-
nuget Fable.Elmish.Browser
11-
nuget Fable.Elmish.Debugger
7+
nuget Fable.React 1.2.0-beta-003
8+
nuget Fable.Elmish 1.0.0-beta-1
9+
nuget Fable.Elmish.React 1.0.0-beta-1
10+
nuget Fable.Elmish.Browser 1.0.0-beta-1
11+
nuget Fable.Elmish.Debugger 1.0.0-beta-1
12+
clitool dotnet-fable
1213

1314
clitool dotnet-fable
1415

0 commit comments

Comments
 (0)