使用nuget安装第三方包Microsoft.EntityFrameworkCore可以,安装Microsoft.EntityFrameworkCore.SqlServer报错了,一直装不上。

错误信息:在还原 G:\练习\Core\ConsoleApp1\ConsoleApp1.csproj 的包...
System.Xml.XmlException: 根级别上的数据无效。 第 1 行,位置 1。
在 System.Xml.XmlTextReaderImpl.Throw(Exception e)
在 System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
在 System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
在 System.Xml.XmlTextReaderImpl.ParseDocumentContent()
在 System.Xml.XmlTextReaderImpl.Read()
在 System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
在 NuGet.Packaging.Core.NuspecCoreReaderBase.LoadXml(Stream stream, Boolean leaveStreamOpen)
在 NuGet.Packaging.Core.NuspecCoreReaderBase..ctor(Stream stream, Boolean leaveStreamOpen)
在 NuGet.Protocol.LocalPackageFileCache.GetNuspec(String manifestPath, String expandedPath)
在 NuGet.Protocol.LocalPackageFileCache.<>c__DisplayClass6_1.b__1()
在 System.Lazy`1.CreateValue()