Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Updated test project
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave committed Mar 29, 2019
1 parent bc7264a commit 7f898b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fcs/fcs-test/fcs-test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.5.*" PrivateAssets="All" />
<PackageReference Include="FSharp.Core" Version="4.6.*" />
<PackageReference Include="Dotnet.ProjInfo" Version="*" />
<PackageReference Include="Fable.Core" Version="2.*" />
<PackageReference Include="Fable.Import.Browser" Version="*" />
Expand Down

0 comments on commit 7f898b6

Please sign in to comment.