Merge remote-tracking branch 'master' into dev/api
authorJose Perez Rodriguez <joperezr@microsoft.com>
Mon, 18 Jul 2016 18:35:44 +0000 (11:35 -0700)
committerJose Perez Rodriguez <joperezr@microsoft.com>
Mon, 18 Jul 2016 18:35:44 +0000 (11:35 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/9c80fc6b6b80ff832a911b022d6e1b88fa62fada

12 files changed:
1  2 
src/libraries/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
src/libraries/System.Console/src/System/Console.cs
src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
src/libraries/System.IO.Compression/src/System.IO.Compression.csproj
src/libraries/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
src/libraries/System.IO/pkg/System.IO.pkgproj
src/libraries/System.IO/src/project.json
src/libraries/System.IO/tests/System.IO.Tests.csproj
src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
src/libraries/System.Runtime.Extensions/tests/project.json
src/libraries/System.Runtime/tests/System/StringTests.cs
src/libraries/pkg/descriptions.json

@@@ -8,11 -8,8 +8,11 @@@
      <ProjectReference Include="..\ref\4.0.10\System.IO.depproj">
        <SupportedFramework>net46;netcore50</SupportedFramework>
      </ProjectReference>
 +    <ProjectReference Include="..\ref\4.1\System.IO.depproj">
 +      <SupportedFramework>net462</SupportedFramework>
 +    </ProjectReference>       
      <ProjectReference Include="..\ref\System.IO.csproj">
-       <SupportedFramework>net463;netcoreapp1.0</SupportedFramework>
 -      <SupportedFramework>net462;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
++      <SupportedFramework>net463;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
      </ProjectReference>
      <ProjectReference Include="..\src\System.IO.csproj">
        <TargetGroup>net462</TargetGroup>
@@@ -1,12 -1,12 +1,12 @@@
  {
    "frameworks": {
 -    "netstandard1.5": {
 +    "netstandard1.6": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
-         "Microsoft.TargetingPack.Private.CoreCLR": "1.0.1-rc4-24215-01"
+         "Microsoft.TargetingPack.Private.CoreCLR": "1.0.2-beta-24314-02"
        },
        "imports": [
 -        "dotnet5.6"
 +        "dotnet5.7"
        ]
      },
      "netcore50": {
@@@ -1,19 -1,18 +1,19 @@@
  {
    "dependencies": {
-     "Microsoft.NETCore.Platforms": "1.0.2-beta-24222-03",
-     "System.Diagnostics.Process": "4.1.1-beta-24222-03",
-     "System.Globalization": "4.0.12-beta-24222-03",
-     "System.IO.FileSystem": "4.0.2-beta-24222-03",
-     "System.Linq.Expressions": "4.1.1-beta-24222-03",
-     "System.ObjectModel": "4.0.13-beta-24222-03",
-     "System.Reflection.TypeExtensions": "4.1.1-beta-24222-03",
-     "System.Runtime": "4.1.1-beta-24222-03",
-     "System.Runtime.Extensions": "4.1.1-beta-24222-03",
-     "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24222-03",
-     "System.Text.RegularExpressions": "4.2.0-beta-24222-03",
-     "System.Threading": "4.0.12-beta-24222-03",
-     "System.Threading.Thread": "4.0.1-beta-24222-03",
-     "System.Threading.Tasks": "4.0.12-beta-24222-03",
+     "Microsoft.NETCore.Platforms": "1.0.2-beta-24318-03",
+     "System.Diagnostics.Process": "4.1.1-beta-24318-03",
+     "System.Globalization": "4.0.12-beta-24318-03",
+     "System.IO.FileSystem": "4.0.2-beta-24318-03",
+     "System.Linq.Expressions": "4.1.1-beta-24318-03",
+     "System.ObjectModel": "4.0.13-beta-24318-03",
+     "System.Reflection.TypeExtensions": "4.1.1-beta-24318-03",
+     "System.Runtime": "4.1.1-beta-24318-03",
+     "System.Runtime.Extensions": "4.1.1-beta-24318-03",
+     "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24318-03",
+     "System.Text.RegularExpressions": "4.2.0-beta-24318-03",
+     "System.Threading": "4.0.12-beta-24318-03",
++    "System.Threading.Thread": "4.0.1-beta-24318-03",
+     "System.Threading.Tasks": "4.0.12-beta-24318-03",
      "test-runtime": {
        "target": "project",
        "exclude": "compile"
Simple merge