aspnet / Proxy

[Archived] Proxy library for ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NETStandard as global dependency

mrapan opened this issue · comments

commented

It looks like NETStandard.Library is a global dependency in project.json, this leads to .NET Core dependencies even if targeting full framework.

See https://docs.microsoft.com/en-us/dotnet/articles/standard/library

NETStandard.Library is a meta-package. The full framework will use its own libraries.

This issue was moved to aspnet/Home#2498