Closed
Description
Replace current project.json based .net core sdk with new fsproj.
Migraton guide: https://github.com/dotnet/netcorecli-fsc/wiki/How-to-migrate-preview2-projects-to-rc4
PRO:
- aligned with new sdk rc4 and rtm
- more alike of old fsproj, easier diff
- can share props files (defines?) with old fsproj
- can be in same directory of old fsproj, the fsproj name doesnt matter (set
AssemblyName
prop) - can build BOTH net451 and netstandard, optionally, if we want do that.
Example lib: https://github.com/dotnet/netcorecli-fsc/blob/master/examples/rc4/lib/lib.fsproj
/cc @dsyme @gentauro