Merge pull request #633 from PowerShell/new-packages

Update .NET packages and CLI
This commit is contained in:
Andy Schwartzmeyer 2016-03-07 15:16:03 -08:00
commit 9b5ec220b0
12 changed files with 86 additions and 81 deletions

View file

@ -13,7 +13,7 @@ before_install:
- sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
- sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
- sudo apt-get -qq update
- sudo apt-get install -y dotnet=1.0.0.001598-1
- sudo apt-get install -y dotnet=1.0.0.001638-1
script:
- dotnet restore
- ./build.sh

View file

@ -78,7 +78,7 @@ Tested on Ubuntu 14.04.
sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
sudo apt-get update
sudo apt-get install dotnet=1.0.0.001598-1
sudo apt-get install dotnet=1.0.0.001638-1
```
Then install the following additional build / debug tools:
@ -104,7 +104,7 @@ An MSI installer also exists, but this script avoids touching your system.
```powershell
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
./install.ps1 -version 1.0.0.001598 -channel beta
./install.ps1 -version 1.0.0.001638 -channel beta
```
Note:

View file

@ -18,7 +18,7 @@ install:
- git config --global url.git@github.com:.insteadOf https://github.com/
- git submodule update --init --recursive -- src/monad src/windows-build src/Microsoft.PowerShell.Linux.Host/Modules/Pester
- ps: Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
- ps: ./install.ps1 -version 1.0.0.001598 -channel beta
- ps: ./install.ps1 -version 1.0.0.001638 -channel beta
build_script:
- ps: |

View file

@ -11,7 +11,7 @@
"warningsAsErrors": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23829",
"NETStandard.Library": "1.0.0-rc3-23907",
"System.Security.SecureString": "1.0.0-*"
}
},

View file

@ -19,8 +19,8 @@
"define": [ "_CORECLR" ]
},
"dependencies": {
"System.Runtime.Serialization.Xml": "4.1.0-rc3-23829",
"System.Threading.ThreadPool": "4.0.10-rc3-23829"
"System.Runtime.Serialization.Xml": "4.1.1-rc3-23907",
"System.Threading.ThreadPool": "4.0.10-rc3-23907"
}
},
"dnx451": {

View file

@ -19,8 +19,8 @@
"define": [ "CORECLR" ]
},
"dependencies": {
"System.ServiceProcess.ServiceController": "4.1.0-rc3-23829",
"System.Net.NameResolution": "4.0.0-rc3-23829"
"System.ServiceProcess.ServiceController": "4.1.0-rc3-23907",
"System.Net.NameResolution": "4.0.0-rc3-23907"
}
},
"dnx451": {

View file

@ -22,8 +22,8 @@
"define": [ "CORECLR" ]
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23829",
"System.Runtime.Loader": "4.0.0-rc3-23829"
"NETStandard.Library": "1.0.0-rc3-23907",
"System.Runtime.Loader": "4.0.0-rc3-23907"
}
}
},

View file

@ -10,8 +10,9 @@
},
"dependencies": {
"Microsoft.NETCore.Unsupported.Platform.API": "1.0.0-rc3-00001",
"Newtonsoft.Json": "8.0.2",
"System.Xml.XDocument": "4.0.11-rc3-23829",
"System.Xml.XDocument": "4.0.11-rc3-23907",
"Microsoft.PowerShell.Commands.Management": "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*"
},

View file

@ -29,34 +29,37 @@
"dependencies": {
"Microsoft.PowerShell.CoreCLR.AssemblyLoadContext": "1.0.0-*",
"Microsoft.CSharp": "4.0.1-rc3-23829",
"Microsoft.Win32.Registry.AccessControl": "4.0.0-rc3-23829",
"System.Collections.Specialized": "4.0.1-rc3-23829",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23829",
"System.ComponentModel.TypeConverter": "4.0.1-rc3-23829",
"System.Data.Common": "4.0.1-rc3-23829",
"System.Diagnostics.Contracts": "4.0.1-rc3-23829",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-23829",
"System.Diagnostics.Process": "4.1.0-rc3-23829",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23829",
"System.Diagnostics.TraceSource": "4.0.0-rc3-23829",
"System.Dynamic.Runtime": "4.0.11-rc3-23829",
"System.IO.FileSystem.AccessControl": "4.0.0-rc3-23829",
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-23829",
"System.IO.FileSystem.Watcher": "4.0.0-rc3-23829",
"System.IO.Pipes": "4.0.0-rc3-23829",
"System.Linq.Expressions": "4.0.11-rc3-23829",
"System.Net.Http": "4.0.1-rc3-23829",
"System.Net.NetworkInformation": "4.1.0-rc3-23829",
"System.Reflection.Emit.Lightweight": "4.0.1-rc3-23829",
"System.Security.AccessControl": "4.0.0-rc3-23829",
"System.Security.Cryptography.Algorithms": "4.0.0-rc3-23829",
"System.Security.Cryptography.X509Certificates": "4.0.0-rc3-23829",
"System.Threading.Thread": "4.0.0-rc3-23829",
"System.Threading.Tasks.Parallel": "4.0.1-rc3-23829",
"System.Xml.XPath.XmlDocument": "4.0.1-rc3-23829",
"System.Xml.XmlDocument": "4.0.1-rc3-23829",
"System.Xml.XmlSerializer": "4.0.11-rc3-23829"
"Microsoft.CSharp": "4.0.1-rc3-23907",
"Microsoft.Win32.Registry.AccessControl": "4.0.0-rc3-23907",
"System.Collections.Specialized": "4.0.1-rc3-23907",
"System.Collections.NonGeneric": "4.0.1-rc3-23907",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23907",
"System.ComponentModel.TypeConverter": "4.0.1-rc3-23907",
"System.Data.Common": "4.0.1-rc3-23907",
"System.Diagnostics.Contracts": "4.0.1-rc3-23907",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-23907",
"System.Diagnostics.Process": "4.1.0-rc3-23907",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23907",
"System.Diagnostics.TraceSource": "4.0.0-rc3-23907",
"System.Dynamic.Runtime": "4.0.11-rc3-23907",
"System.IO.FileSystem.AccessControl": "4.0.0-rc3-23907",
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-23907",
"System.IO.FileSystem.Watcher": "4.0.0-rc3-23907",
"System.IO.Pipes": "4.0.0-rc3-23907",
"System.Linq.Expressions": "4.0.11-rc3-23907",
"System.Net.Http": "4.0.1-rc3-23907",
"System.Net.NetworkInformation": "4.1.0-rc3-23907",
"System.Reflection.Emit": "4.0.1-rc3-23907",
"System.Reflection.Emit.Lightweight": "4.0.1-rc3-23907",
"System.Reflection.TypeExtensions": "4.1.0-rc3-23907",
"System.Security.AccessControl": "4.0.0-rc3-23907",
"System.Security.Cryptography.Algorithms": "4.1.0-rc3-23907",
"System.Security.Cryptography.X509Certificates": "4.1.0-rc3-23907",
"System.Threading.Thread": "4.0.0-rc3-23907",
"System.Threading.Tasks.Parallel": "4.0.1-rc3-23907",
"System.Xml.XPath.XmlDocument": "4.0.1-rc3-23907",
"System.Xml.XmlDocument": "4.0.1-rc3-23907",
"System.Xml.XmlSerializer": "4.0.11-rc3-23907"
}
},
"dnx451": {

View file

@ -12,7 +12,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23829"
"NETStandard.Library": "1.0.0-rc3-23907"
},
"imports": [ "dnxcore50" ]
}

View file

@ -3,47 +3,48 @@
"authors": [ "andschwa" ],
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23829",
"System.Runtime.Loader": "4.0.0-rc3-23829",
"System.Security.SecureString": "1.0.0-*",
"System.Runtime.Serialization.Xml": "4.1.0-rc3-23829",
"System.Threading.ThreadPool": "4.0.10-rc3-23829",
"Microsoft.CSharp": "4.0.1-rc3-23829",
"Microsoft.Win32.Registry.AccessControl": "4.0.0-rc3-23829",
"System.Collections.Specialized": "4.0.1-rc3-23829",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23829",
"System.ComponentModel.TypeConverter": "4.0.1-rc3-23829",
"System.Data.Common": "4.0.1-rc3-23829",
"System.Diagnostics.Contracts": "4.0.1-rc3-23829",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-23829",
"System.Diagnostics.Process": "4.1.0-rc3-23829",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23829",
"System.Diagnostics.TraceSource": "4.0.0-rc3-23829",
"System.Dynamic.Runtime": "4.0.11-rc3-23829",
"System.IO.FileSystem.AccessControl": "4.0.0-rc3-23829",
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-23829",
"System.IO.FileSystem.Watcher": "4.0.0-rc3-23829",
"System.IO.Pipes": "4.0.0-rc3-23829",
"System.Linq.Expressions": "4.0.11-rc3-23829",
"System.Net.Http": "4.0.1-rc3-23829",
"System.Net.NetworkInformation": "4.1.0-rc3-23829",
"System.Reflection.Emit.Lightweight": "4.0.1-rc3-23829",
"System.Security.AccessControl": "4.0.0-rc3-23829",
"System.Security.Cryptography.Algorithms": "4.0.0-rc3-23829",
"System.Security.Cryptography.X509Certificates": "4.0.0-rc3-23829",
"System.Threading.Thread": "4.0.0-rc3-23829",
"System.Threading.Tasks.Parallel": "4.0.1-rc3-23829",
"System.Xml.XPath.XmlDocument": "4.0.1-rc3-23829",
"System.Xml.XmlDocument": "4.0.1-rc3-23829",
"System.Xml.XmlSerializer": "4.0.11-rc3-23829",
"System.ServiceProcess.ServiceController": "4.1.0-rc3-23829",
"System.Net.NameResolution": "4.0.0-rc3-23829",
"System.Xml.XDocument": "4.0.11-rc3-23829"
"Microsoft.NETCore.Unsupported.Platform.API": "1.0.0-rc3-00001",
"NETStandard.Library": "1.0.0-rc3-23907",
"System.Runtime.Loader": "4.0.0-rc3-23907",
"System.Security.SecureString": "1.0.0-*",
"System.Runtime.Serialization.Xml": "4.1.0-rc3-23907",
"System.Threading.ThreadPool": "4.0.10-rc3-23907",
"Microsoft.CSharp": "4.0.1-rc3-23907",
"Microsoft.Win32.Registry.AccessControl": "4.0.0-rc3-23907",
"System.Collections.Specialized": "4.0.1-rc3-23907",
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23907",
"System.ComponentModel.TypeConverter": "4.0.1-rc3-23907",
"System.Data.Common": "4.0.1-rc3-23907",
"System.Diagnostics.Contracts": "4.0.1-rc3-23907",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-23907",
"System.Diagnostics.Process": "4.1.0-rc3-23907",
"System.Diagnostics.StackTrace": "4.0.1-rc3-23907",
"System.Diagnostics.TraceSource": "4.0.0-rc3-23907",
"System.Dynamic.Runtime": "4.0.11-rc3-23907",
"System.IO.FileSystem.AccessControl": "4.0.0-rc3-23907",
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-23907",
"System.IO.FileSystem.Watcher": "4.0.0-rc3-23907",
"System.IO.Pipes": "4.0.0-rc3-23907",
"System.Linq.Expressions": "4.0.11-rc3-23907",
"System.Net.Http": "4.0.1-rc3-23907",
"System.Net.NetworkInformation": "4.1.0-rc3-23907",
"System.Reflection.Emit.Lightweight": "4.0.1-rc3-23907",
"System.Security.AccessControl": "4.0.0-rc3-23907",
"System.Security.Cryptography.Algorithms": "4.0.0-rc3-23907",
"System.Security.Cryptography.X509Certificates": "4.0.0-rc3-23907",
"System.Threading.Thread": "4.0.0-rc3-23907",
"System.Threading.Tasks.Parallel": "4.0.1-rc3-23907",
"System.Xml.XPath.XmlDocument": "4.0.1-rc3-23907",
"System.Xml.XmlDocument": "4.0.1-rc3-23907",
"System.Xml.XmlSerializer": "4.0.11-rc3-23907",
"System.ServiceProcess.ServiceController": "4.1.0-rc3-23907",
"System.Net.NameResolution": "4.0.0-rc3-23907",
"System.Xml.XDocument": "4.0.11-rc3-23907"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [ "dnxcore50", "netstandardapp1.5", "portable-net45+win8" ]
}
"netstandardapp1.5": {
"imports": [ "dnxcore50", "netstandardapp1.5", "portable-net45+win8" ]
}
}
}

@ -1 +1 @@
Subproject commit 64f2c7d5b3587d2fc94f683f8f7311686188dd97
Subproject commit 1eef0f3829fd6c6f187c3b159b1220c5a23d3d7d