Open
Description
At my employer we disable nuget.org and use internal nuget feeds instead, also we set the RuntimeFrameworkVersion
property on all of our solutions. When I try to build after updating to the NET 8 SDK, some of our projects try to pull the Microsoft.NET.ILLink.Analyzers package. If I try to add that package to our feeds and try to build again I get an error saying that the Microsoft.NET.ILLink.Analyzers package is a pre-release package and that should enable support for pre-release nuget packages, which we shouldn't need to do to build code using a stable NET SDK.
Please publish a stable version of the Microsoft.NET.ILLink.Analyzers package.