Skip to content

Commit 2795c16

Browse files
committed
fixed Fable build
1 parent 0c0d4b0 commit 2795c16

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Demo/Fable/Fable.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

startFableDemo.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@echo off
22
pushd src/Demo/Fable
3+
npm install
34
dotnet fable watch . --outDir .\fable --run webpack serve

startFableDemo.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#! /bin/sh
22
cd src/Demo/Fable
3+
npm install
34
dotnet fable watch . --outDir ./fable --run webpack serve

0 commit comments

Comments
 (0)