You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
The .NET Core Sdk can be used as replacement of old fsproj for normal development.
Support crossgen (multiple target frameworks in same project), the new fsproj can produce console/nugetpackage for multiple frameworks (.net fw, pcl, netcore).
The sdk cli experience is fully supported.
VS Code require mono installed in osx/unix and .net full on windows (because net461 project can use type provider, and current netcoreapp1.0fsc compiler cannot do that).
Make it easy to migrate from old fsproj -> msbuild 15 fsproj for .net core sdk
The merge of packages (.net fw and netcore) is not needed anymore
The dotnet test test runner works in IDEs
@enricosada Is it possible to target PCL 259, i.e. portable-net45+win8+wpa81+wp8, using the new SDK? Could you maybe point me to an example fsproj file?
GOAL
The .NET Core Sdk can be used as replacement of old fsproj for normal development.
Support crossgen (multiple target frameworks in same project), the new fsproj can produce console/nugetpackage for multiple frameworks (.net fw, pcl, netcore).
The sdk cli experience is fully supported.
VS Code require mono installed in osx/unix and .net full on windows (because net461 project can use type provider, and current
netcoreapp1.0
fsc
compiler cannot do that).Make it easy to migrate from old fsproj -> msbuild 15 fsproj for .net core sdk
The merge of packages (.net fw and netcore) is not needed anymore
The
dotnet test
test runner works in IDEsTODO
net451
+netstandard
/netcoreapp
+pcl
)The text was updated successfully, but these errors were encountered: