You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
NET Framework 4.6.1 will allow referencing binaries that are compiled against .NET Standard 2.0.
Right now, when I try to reference standard2.0 assembly from .NET 461 assembly get following error:
error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
Adding of reference to NetStandard.Library 2.0.0.-preview.. does not help. Package is downloaded, but nothing is referenced.
Using VS2017 preview
Is this already supported?
The text was updated successfully, but these errors were encountered:
In this article you mention:
Right now, when I try to reference standard2.0 assembly from .NET 461 assembly get following error:
Adding of reference to NetStandard.Library 2.0.0.-preview.. does not help. Package is downloaded, but nothing is referenced.
Using VS2017 preview
Is this already supported?
The text was updated successfully, but these errors were encountered: