Top ".net-core-2.0" questions

Use this tag for questions specifically related to .NET Core 2.0, in addition to using the '.NET Core' tag.

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
.NET Core 2 and SwashBuckle Swagger UI is not Displaying

I have followed a few tutorials and have gotten this to work at work but for some reason I am …

swagger swagger-ui swagger-2.0 asp.net-core-webapi .net-core-2.0
Delete cookies in .net core 2.0

I am working on .Net Core 2.0 MVC Web Application. There is a need to manipulate authentication cookie to set expire …

c# cookies .net-core-2.0
Upgrading to .NET Core 2.0: PackageTargetFallback and AssetTargetFallback cannot be used together

When upgrading a project that is compiling and running fine on .NET Core 1.0 or 1.1, updating the target framework to .NET …

asp.net-core nuget .net-core csproj .net-core-2.0
Does .NET Core 2.0 have SFTP client?

Needing to use an SFTP client and looking to build it in a .NET Core 2.0 application. I was wondering if …

.net .net-core sftp asp.net-core-2.0 .net-core-2.0
Which C# version .NET Core uses?

I know that C# version depends on .NET Framework. But .NET Core which version uses? Particularly .NET Core 2? C#7?

c# .net-core version c#-7.0 .net-core-2.0
Problems with adding reference to netstandard 2.0

I changed my Asp.Net Core 1.1 application to Core 2.0 This went pretty well but after I updated my nuget packages …

c# .net .net-core .net-core-2.0
Binding a configuration to an object graph in .NET Core 2.0

I'm making a .NET Core 2.0 app and I need to configure it. I'm looking at this documentation and it seems …

c# .net-core-2.0
.Net core 2.0 console app as a windows service

I am trying to set up a .Net Core Console application as a service. Using .Net standard I usually make …

c# console-application .net-core-2.0