我正在尝试对我的.netcore Web应用程序使用LDAP Active Directory身份验证。
我遇到的问题是尝试添加Microsoft.Windows.Compatibility软件包时的问题。
这里是对该软件包的引用:
ProjectName.csproj
`<PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1"/>`
我总是会出现以下错误:
Restoring packages for c:\##\##\##.csproj...
C:\Program Files\dotnet\sdk\2.1.400\NuGet.targets(114,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [c:\##\##\##.csproj]
C:\Program Files\dotnet\sdk\2.1.400\NuGet.targets(114,5): error : No connection could be made because the target machine actively refused it [c:\##\##\##.csproj]
Done: 1.
请注意,我使用的是Visual Studio Code,而不是Visual Studio。 另外,我遵循相同的方法来安装其他程序包,例如EntityFrameWork和其他几个程序包,它们都已安装并且可以正常工作。对于这个特定的包装,我似乎只有一个问题。