Assertfail

Working on dotnet core on Mac OS X part 2

05 Sep 2018

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.

Tags


Comments

Do you want to send a comment or give me a hint about any issues with a blog post: Open up an issue on GitHub.

Do you want to fix an error or add a comment published on the blog? You can do a fork of this post and do a pull request on github.