在Xamarin应用程序中,我使用了一个引用system.collection.Immutable的第三方库。在VS 2019中为Android构建应用程序时没有遇到任何问题。当我尝试在VS2017中构建应用程序时,它显示以下构建错误 Error XA2002: Can not resolve reference: `System.Memory`, referenced byPlease add a NuGet package or assembly
今天,我尝试将我的应用程序中的所有ASP.NET核心包从预览2版本更新到rc1版本。在我的startup.cs文件中,当我试图添加services.AddSignalR()时,我得到以下错误
Could not load file or assembly 'System.Memory,我目前正在使用VS2017 15.7。有人遇到这个了吗?