mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
3322d7af1c
Add almost all files to Microsoft.PowerShell.Commands.Management One of them is Computer.cs that was listed in known issues. We start to use a nuget packages generated for assemlbies that cannot be listed in framework assemlbies, but exist in a GAC on all windows machine and not a PowerShell assemblies The first one is Microsoft.WSMan.Management
10 lines
352 B
XML
10 lines
352 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="local" value="./src/windows-build/nuget-feed" />
|
|
</packageSources>
|
|
</configuration>
|