I just create a simple ClassLibrary project with a preview of VS2017 2.1. I am creating using the .NET Core project template. When I check the details of the project, I see that it targets the .NET 2.0 standard. How can I target .NET Core 2.0 (which will implement more APIs according to the test done using the API port)
The problem disappeared with VS2017 15.3.0 Preview 3!
Update. Templates have been fixed in a recent update for VS 2017 15.3 Preview.
, " (.NET Core)", .NET Standard 2.0.
, csproj
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
csproj , " {}.csproj".
, .NET Core VS2017, .NET Core 2.0, .NET Core, .NET, VS2017.
Visual Studio 2017: .
SDK, : https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.3-windows-x64-installer
NET Core 2.0 .
Source: https://habr.com/ru/post/1680028/More articles:SAPUI5 - Number Format Localization - javascriptWhy is my empty postgres database at 7 MB? - postgresqlPsychopathy: creating multiple line objects at once - pythonОбработка пользовательских исключений (i18n) с помощью Spring Data REST - javaActionScript 3 and Flex 4 Zoom Gesture on SWFLoader - flexAlamofire Network Activity Indicator Not Displaying - ioshttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1680030/use-css-to-increase-margin-between-each-sibling&usg=ALkJrhiKvsAjrSloF09AvJ2zbtaCeOlm9gHow to impose typing.Union on one of its subtypes in Python? - pythonUnexpected value calculated using awk - unixWhat is the difference between Equal and '==' elements in Swift? - arraysAll Articles