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
The .NET Core SDK will add package references to .NET Core and .NET Standard projects which are required to compile for and run on .NET Core. These package references are used as a way to distribute binaries required for the C# compiler and also for self-contained deployment. Generally speaking, these package references do not need to appear in a project file (*.csproj). They are implied by using the TargetFramework and RuntimeFrameworkName properties. The version of these packages is inferred by the SDK based on the version of .NET Core targeted by the project.
Fill in an outline
How to implicit package reference work
Resolve warning NETSDK1023
Resolve warning NETSDK1071
Specifying a version for implicit package references
Thanks @natemcmaster. The Packages, metapackages and frameworks topic has been on the list to be updated for a while now. It needs to be revised since we haven't updated it for 2.0+. Once we're ready to start on this, our team will sync with you on the direction this should take.
This issue has been closed as part of the issue backlog grooming process outlined in #22351.
That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the @dotnet/docs team for visibility.
The .NET Core SDK currently has a link in its warnings/errors which point to https://aka.ms/sdkimplicitrefs. This redirects to https://github.com/dotnet/core/blob/master/release-notes/1.0/sdk/1.0-rc3-implicit-package-refs.md. We should move this content into docs and polish it up.
Also, assuming we end up merging dotnet/sdk#2394, we should also document
RuntimeFrameworkName
and its usage with ASP.NET Core 2.1 projects.Requests for new Topics
Tell us where this topic should go in the Table of Contents.
Write an abstract
Fill in an outline
Suggest reviewers
cc @dsplaisted @nguerrera
The text was updated successfully, but these errors were encountered: