We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0d4b0 commit 2795c16Copy full SHA for 2795c16
3 files changed
src/Demo/Fable/Fable.fsproj
@@ -2,7 +2,7 @@
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
6
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
7
</PropertyGroup>
8
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
startFableDemo.cmd
@@ -1,3 +1,4 @@
1
@echo off
pushd src/Demo/Fable
+npm install
dotnet fable watch . --outDir .\fable --run webpack serve
startFableDemo.sh
#! /bin/sh
cd src/Demo/Fable
dotnet fable watch . --outDir ./fable --run webpack serve
0 commit comments