Top ".net-standard-2.0" questions

The current .NET SDK does not support targeting .NET Standard 2.0 error in Visual Studio 2017 update 15.3

I want to create a class library project with Target Framework .NET Standard 2.0. I've updated my Visual Studio 2017 to Version 15.3 …

visual-studio-2017 .net-standard-2.0
Trying to set-up Entity Framework core in .Net Standard project

I was wondering if I could set-up my EntityFrameworkCore in a .NET Standard 2.0 project easily. I was following this Tutorial …

c# entity-framework entity-framework-core .net-standard-2.0
Can't get .NET Standard 2.0 installed

I'm trying to create a .NET Standard 2.0 project, however on the project properties page it only has options up to .…

.net visual-studio-2017 .net-standard .net-standard-2.0
Can't use System.Configuration.Configuration manager in a .NET Standard2.0 library on .NET FX4.6

I have an assembly created in NetStandard2.0. It reads AppSettings using System.Configuration.ConfigurationManager. I have installed nuget package of …

c# .net .net-standard .net-standard-2.0
Could not load file or assembly System.Data.SqlClient, Version=4.2.0.2 when I use System.Data.SqlClient Version 4.4.3

I use System.Data.SqlClient Version 4.4.3 for all .NET Standard 2.0 class libraries in my ASP.NET Core 2.0 project. Why do …

c# azure-devops azure-web-app-service asp.net-core-2.0 .net-standard-2.0
VSTS build: Packages failed to restore - Unable to resolve 'NETStandard.Library (>= 1.6.1)' for '.NETStandard,Version=v2.0'

I'm getting Unable to resolve 'NETStandard.Library (>= 1.6.1)' for '.NETStandard,Version=v2.0'. in VSTS build using Hosted2017 …

.net-core azure-devops azure-pipelines .net-core-2.0 .net-standard-2.0
Method not found System.Net.Http.Formatting.MediaTypeFormatter.get_SupportedMediaTypes() after adding .NET Standard 2.0 dependency

I have a .NET Framework 4.6.1 WebApi project that is referencing a small NuGet package we use internally to share common …

c# .net-standard-2.0
How to create Autoincrement column in SQLite using EF core?

I am using Entity Framework Core 2.0 for Sqlite code first in my UWP and .NET Standard app. My model has …

c# sqlite entity-framework-core auto-increment .net-standard-2.0
Package X is not compatible with netstandard2.0

I created a .NET Standard v2.0 project in Visual Studio 2017 v15.3.1 and I'm unable to install "Microsoft.EntityFrameworkCore 2.0.0" package in …

visual-studio-2017 entity-framework-core .net-standard-2.0
Visual Studio 2017 won't load .NET Framework references in .NET Standard library

I've installed Visual Studio 2017. I have a class library in the new .NET Standard format, which is able to be …

c# .net visual-studio-2017 .net-standard .net-standard-2.0