when i opening the nuget command line tool i get the following exception but i dont know why.
C:\tools>nuget.exe
Unbehandelte Ausnahme: System.NotSupportedException: Das angeforderte Sicherheit
sprotokoll wird nicht unterstützt.
bei System.Net.ServicePointManager.set_SecurityProtocol(SecurityProtocolType
value)
bei NuGet.CommandLine.Program.MainCore(String workingDirectory, String[] args
)
bei NuGet.CommandLine.Program.Main(String[] args)
I dont have install any Visual Studio Version because i try to create a .NET build Server without visual Studio. I have try install another .NET Framework but the unhandled exception remains when i open the nuget.exe.
Can you help me?