How to create F # .Net Core ConsoleApp in Visual Studio 2017 RC

project.jsondisappeared, and I don’t quite understand how to change the compiler (language) for the project. The creation Console Application (.Net Core)leads to a virtually new C # project with an updated .csprojc file <TargetFramework>netcoreapp1.0</TargetFramework>.

How to create a F # console app targeted to netcoreapp1.0using Visual Studio 2017 RC?

+4
source share
1 answer

The toolkit for .NET Core is still in beta (and that it is generous even for C #), and for F # it is not even suitable for this level.

( "RC" ) (dotnet new) . 2017 RC , F # Visual Studio , .NET- . , , , RTM, .

+3

Source: https://habr.com/ru/post/1663996/


All Articles