0
comment
comment
on 9/5/2018 11:48 AM
After writing the previous post about getting some of the infrastructure working for non Windows, I’ve seen better ways of getting it to work. In particular we have seen the use of netfx.props as seen in FSharp.TypeProviders.SDK. Then you add the following to your csproj or fsproj file:
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\netfx.props" />
as can be seen in FSharp.TypeProviders.SDK.fsproj.