Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-standard

Add build number to package version with `dotnet pack` in VSTS Build process

Automatically publish a NuGet package built with VS2017

Could not load file or assembly 'System.Security.Cryptography.Algorithms, Version = 4.1.0.0

.NET Core 1.0 equivalent for System.Threading.Thread.CurrentThread.ManagedThreadId

Referencing between NetStandard and .Net Framework

.NET Core dependency injection backwards compatibility with .NET Framework?

c# .net-core .net-standard

Your project is not referencing the ".NETPortable,Version=v4.5,Profile=Profile78"

msbuild .net-standard

How to "Add Service Reference" in .NET Standard project

netcoreapp2.0 with netstandard2.0

c# .net-core .net-standard

How to choose target framework from Nuget package

Using Microsoft.AspNetCore.All package in netstandard

Can Entity Framework 6 be used in a .NET Standard project?

Copy files from Nuget package to output directory with MsBuild in .csproj and dotnet pack command

.NET Standard 2.0 cannot be referenced in .NET Framework 2.0

c# .net-2.0 .net-standard

Project X targets '.NETStandard,Version=v1.6'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.6.1'

c# .net .net-standard

CPU usage in .net core (at least on Windows)

Cannot Load Assemblies For .Net Standard library (System.Text.Json)

How to set dependencies when I use .NET Standard 2.0 DLL libraries with a .NET Framework console application?

Monotouch/WCF: How to consume the wcf service without svcutil

How do I target .NET Standard 2.0 in a freshly created .NET Core 2.0 web app?