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>.
project.json
Console Application (.Net Core)
.csproj
<TargetFramework>netcoreapp1.0</TargetFramework>
How to create a F # console app targeted to netcoreapp1.0using Visual Studio 2017 RC?
netcoreapp1.0
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, .
dotnet new
Source: https://habr.com/ru/post/1663996/More articles:Matlab Edge Image Deletion - image-processingCatching invalid JSON parsing errors with Rack middleware - jsonSorting a collection by relationship value - nestedHow to import everything from the root of the box? - rustDisable SIGPIPE when recording (2) a call in the library - cDrag and Drop - UIGestureRecognizer - view added not where I want - iosSpring MV 3.2 Mapping Exception Responses - spring-mvcИспользование TM_SELECTED_TEXT в моих пользовательских фрагментах - visual-studio-codeHow to write a multivariate regression predictor using RNN in tensor flow 0.11 - time-seriesHow to use multiple comparators on a map and property values using Java 8 - javaAll Articles