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:
parent
97eee57101
commit
2ae8f5c3a0
@ -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" />
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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": {
|
||||
}
|
||||
}
|
||||
}
|
@ -8,7 +8,7 @@
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"Microsoft.Management.Infrastructure.Native": "1.0.0-*"
|
||||
"Microsoft.Management.Infrastructure.Native": "1.0.0-rc3"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
Loading…
Reference in New Issue
Block a user