diff --git a/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json b/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json index 5afa221088b6..dfe12d747c24 100644 --- a/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json +++ b/AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json @@ -24,7 +24,11 @@ }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-3002702", + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0-rc2-*" + }, + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "CSharp.Tests": "2.0.0", "Microsoft.Rest.ClientRuntime.Azure": "[4.1.0,5.0.0)", "xunit": "2.1.0", diff --git a/AutoRest/Generators/CSharp/CSharp.Tests/project.json b/AutoRest/Generators/CSharp/CSharp.Tests/project.json index 2c6310fce782..b3e581cfb007 100644 --- a/AutoRest/Generators/CSharp/CSharp.Tests/project.json +++ b/AutoRest/Generators/CSharp/CSharp.Tests/project.json @@ -23,7 +23,11 @@ } }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-3002702", + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0-rc2-*" + }, + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.Rest.ClientRuntime": "[3.1.0,4.0)", "Microsoft.Extensions.Logging": "1.0.0-rc2-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json index bdc1a407abd0..3a4bd75d7e94 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json @@ -17,7 +17,11 @@ } }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-3002702", + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0-rc2-*" + }, + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.Rest.ClientRuntime.Azure": "[4.1.0,5.0.0)", "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.1.0-preview,4.0.0)", "xunit": "2.1.0", diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json index bdc1a407abd0..3a4bd75d7e94 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json @@ -17,7 +17,11 @@ } }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-3002702", + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0-rc2-*" + }, + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.Rest.ClientRuntime.Azure": "[4.1.0,5.0.0)", "Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.1.0-preview,4.0.0)", "xunit": "2.1.0", diff --git a/build.proj b/build.proj index 3aa6cf163bdb..5a2cb4027326 100644 --- a/build.proj +++ b/build.proj @@ -241,7 +241,7 @@ - +