Switch to MMI.Native package instead of stub

Update build to use a custom Package directory (`dotnet restore`
installs package assemblies to this location).
This commit is contained in:
dantraMSFT 2016-04-21 17:24:42 -07:00 committed by Andrew Schwartzmeyer
parent 97eee57101
commit 2ae8f5c3a0
4 changed files with 5 additions and 1665 deletions

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<!-- install packages to a custom path -->
<add key="repositoryPath" value="Packages"/>
</config>
<packageSources>
<clear />
<add key="CI Builds (dotnet-core)" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />

View file

@ -1,20 +0,0 @@
{
"name": "Microsoft.Management.Infrastructure.Native",
"version": "1.0.0-*",
"description": "Stub to satisfy PowerShell compilation",
"authors": [ "garretts", "andschwa" ],
"frameworks": {
"netstandard1.5": {
"imports": [ "dnxcore50" ],
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"System.Security.SecureString": "1.0.0-*"
}
},
"net451": {
}
}
}

View file

@ -8,7 +8,7 @@
},
"dependencies": {
"Microsoft.Management.Infrastructure.Native": "1.0.0-*"
"Microsoft.Management.Infrastructure.Native": "1.0.0-rc3"
},
"frameworks": {