Skip to content

Commit

Permalink
Moved to CoreClr RC2 public preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed May 17, 2016
1 parent e39bf6d commit 71bc552
Show file tree
Hide file tree
Showing 21 changed files with 305 additions and 144 deletions.
4 changes: 2 additions & 2 deletions AutoRest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AutoRest.Generator.Azure.CS
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ClientRuntimes", "ClientRuntimes", "{9C3EF315-B4C1-4E11-B2FC-31B1530393D9}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime\ClientRuntime.xproj", "{EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime\Microsoft.Rest.ClientRuntime.xproj", "{EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure\ClientRuntime.Azure.xproj", "{D5296EAB-C13E-4A88-9532-BD0677D18EC9}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure\Microsoft.Rest.ClientRuntime.Azure.xproj", "{D5296EAB-C13E-4A88-9532-BD0677D18EC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoRest.Generator.Azure.Extensions", "AutoRest\Generators\Extensions\Azure.Extensions\AutoRest.Generator.Azure.Extensions.csproj", "{90B943AB-3879-4B64-B9FF-1A21297C0F26}"
EndProject
Expand Down
16 changes: 8 additions & 8 deletions ClientRuntime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime\ClientRuntime.xproj", "{EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime\Microsoft.Rest.ClientRuntime.xproj", "{EDDB6367-5C7B-428C-B54C-96BCD90F6E6C}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure\ClientRuntime.Azure.xproj", "{D5296EAB-C13E-4A88-9532-BD0677D18EC9}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure\Microsoft.Rest.ClientRuntime.Azure.xproj", "{D5296EAB-C13E-4A88-9532-BD0677D18EC9}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Tests", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Tests\ClientRuntime.Tests.xproj", "{F7F20E35-43EE-4FCC-BF83-7BF93B192BC8}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Tests", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Tests\Microsoft.Rest.ClientRuntime.Tests.xproj", "{F7F20E35-43EE-4FCC-BF83-7BF93B192BC8}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Log4Net", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Log4Net\ClientRuntime.Log4Net.xproj", "{348E414F-101A-4939-99FF-2C994A965A89}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Log4Net", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Log4Net\Microsoft.Rest.ClientRuntime.Log4Net.xproj", "{348E414F-101A-4939-99FF-2C994A965A89}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Etw", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Etw\ClientRuntime.Etw.xproj", "{218D7297-8254-4C70-9C04-33C3D5EE9709}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Etw", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Etw\Microsoft.Rest.ClientRuntime.Etw.xproj", "{218D7297-8254-4C70-9C04-33C3D5EE9709}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Tracing.Tests", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Tracing.Tests\ClientRuntime.Tracing.Tests.xproj", "{52C61F15-BF86-41DC-93D1-05D3DA70F032}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Tracing.Tests", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Tracing.Tests\Microsoft.Rest.ClientRuntime.Tracing.Tests.xproj", "{52C61F15-BF86-41DC-93D1-05D3DA70F032}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70D6E596-4444-489F-AE19-83EE0B0D6877}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure.Tests", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure.Tests\ClientRuntime.Azure.Tests.xproj", "{3B2346E5-5D1F-4B0A-AEEE-F3AFB9583A72}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure.Tests", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure.Tests\Microsoft.Rest.ClientRuntime.Azure.Tests.xproj", "{3B2346E5-5D1F-4B0A-AEEE-F3AFB9583A72}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure.Authentication", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure.Authentication\ClientRuntime.Azure.Authentication.xproj", "{6319205D-BBFC-4150-BEAE-31B1C9B911DD}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientRuntime.Azure.Authentication", "ClientRuntimes\CSharp\Microsoft.Rest.ClientRuntime.Azure.Authentication\Microsoft.Rest.ClientRuntime.Azure.Authentication.xproj", "{6319205D-BBFC-4150-BEAE-31B1C9B911DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>6319205d-bbfc-4150-beae-31b1c9b911dd</ProjectGuid>
<RootNamespace>Microsoft.Rest.ClientRuntime.Azure.Authentication</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-preview",
"version": "3.1.0-preview",
"title": "Authentication for Azure Management Clients",
"description": "Provides ADAL based authentication for Azure management client libraries \nSupported Platforms:\n - Portable Class Libraries\n - .NET Framework 4.5\n - Windows 8\n - Windows Phone 8.1\n - DotNet Core",
"authors": [ "Microsoft" ],
Expand All @@ -15,28 +15,26 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[3.0.0,4.0)"
"Microsoft.Rest.ClientRuntime": "[3.1.0,4.0)"
},

"frameworks": {
"net45": {
"dependencies": {
"Microsoft.IdentityModel.Clients.ActiveDirectory": "[2.18.206251556]"
"Microsoft.IdentityModel.Clients.ActiveDirectory": "2.26.305102204"
}
},
"netstandard1.1": {
"compilationOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"Microsoft.Cci": "4.0.0-rc2-23931",
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha"
}
},
"netstandard1.5": {
"compilationOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50"],
"dependencies": {
"Microsoft.Cci": "4.0.0-rc2-23931",
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Configuration;
using System.Net;
using System.Net.Http;
using System.Reflection;
Expand All @@ -14,6 +13,9 @@
using Microsoft.Rest.Azure.Authentication.Internal;
using Xunit;
using Xunit.Abstractions;
#if !PORTABLE
using System.Configuration;
#endif

namespace Microsoft.Rest.ClientRuntime.Azure.Test
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>3b2346e5-5d1f-4b0a-aeee-f3afb9583a72</ProjectGuid>
<RootNamespace>Microsoft.Rest.ClientRuntime.Azure.Tests</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.2-preview",
"version": "2.0.0-preview",
"summary": "ClientRuntime Tests.",
"authors": [ "Microsoft" ],
"tags": [ "Microsoft AutoRest ClientRuntime REST" ],
Expand All @@ -14,10 +14,10 @@
}
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-24008",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.0,5.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "[3.0.0-preview,4.0.0)",
"Microsoft.NETCore.App": "1.0.0-rc2-3002702",
"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",
"dotnet-test-xunit": "1.0.0-dev-140469-38"
"dotnet-test-xunit": "1.0.0-rc2-build10015"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>{d5296eab-c13e-4a88-9532-bd0677d18ec9}</ProjectGuid>
<RootNamespace>Microsoft.Rest.ClientRuntime.Azure</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
128 changes: 64 additions & 64 deletions ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.1.0",
"copyright": "Copyright (c) Microsoft Corporation",
"iconUrl": "http://go.microsoft.com/fwlink/?LinkID=288890",
"title": "Client Runtime for Microsoft Azure Libraries",
Expand Down Expand Up @@ -31,79 +31,79 @@
"compilationOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23931",
"Microsoft.NETCore.Runtime": "1.0.2-rc2-23931",
"System.Collections": "4.0.11-rc2-23931",
"System.Collections.Concurrent": "4.0.12-rc2-23931",
"System.Diagnostics.Debug": "4.0.11-rc2-23931",
"System.Diagnostics.Tools": "4.0.1-rc2-23931",
"System.Diagnostics.Tracing": "4.1.0-rc2-23931",
"System.Globalization": "4.0.11-rc2-23931",
"System.IO": "4.1.0-rc2-23931",
"System.IO.Compression": "4.1.0-rc2-23931",
"System.Linq": "4.1.0-rc2-23931",
"System.Linq.Expressions": "4.0.11-rc2-23931",
"System.Net.Http": "4.0.1-rc2-23931",
"System.Net.Primitives": "4.0.11-rc2-23931",
"System.ObjectModel": "4.0.12-rc2-23931",
"System.Reflection": "4.1.0-rc2-23931",
"System.Reflection.Extensions": "4.0.1-rc2-23931",
"System.Reflection.Primitives": "4.0.1-rc2-23931",
"System.Resources.ResourceManager": "4.0.1-rc2-23931",
"System.Runtime": "4.1.0-rc2-23931",
"System.Runtime.Extensions": "4.1.0-rc2-23931",
"System.Runtime.InteropServices": "4.1.0-rc2-23931",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23931",
"System.Runtime.Numerics": "4.0.1-rc2-23931",
"System.Text.Encoding": "4.0.11-rc2-23931",
"System.Text.Encoding.Extensions": "4.0.11-rc2-23931",
"System.Text.RegularExpressions": "4.0.12-rc2-23931",
"System.Threading": "4.0.11-rc2-23931",
"System.Threading.Tasks": "4.0.11-rc2-23931",
"System.Xml.ReaderWriter": "4.0.11-rc2-23931",
"System.Xml.XDocument": "4.0.11-rc2-23931"
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.NETCore.Runtime": "1.0.2-rc2-24027",
"System.Collections": "4.0.11-rc2-24027",
"System.Collections.Concurrent": "4.0.12-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Diagnostics.Tracing": "4.1.0-rc2-24027",
"System.Globalization": "4.0.11-rc2-24027",
"System.IO": "4.1.0-rc2-24027",
"System.IO.Compression": "4.1.0-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Net.Primitives": "4.0.11-rc2-24027",
"System.ObjectModel": "4.0.12-rc2-24027",
"System.Reflection": "4.1.0-rc2-24027",
"System.Reflection.Extensions": "4.0.1-rc2-24027",
"System.Reflection.Primitives": "4.0.1-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime": "4.1.0-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Runtime.InteropServices": "4.1.0-rc2-24027",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027",
"System.Runtime.Numerics": "4.0.1-rc2-24027",
"System.Text.Encoding": "4.0.11-rc2-24027",
"System.Text.Encoding.Extensions": "4.0.11-rc2-24027",
"System.Text.RegularExpressions": "4.0.12-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Xml.ReaderWriter": "4.0.11-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027"
}
},
"netstandard1.5": {
"compilationOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50"],
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23931",
"Microsoft.NETCore.Runtime": "1.0.2-rc2-23931",
"System.Collections": "4.0.11-rc2-23931",
"System.Collections.Concurrent": "4.0.12-rc2-23931",
"System.Diagnostics.Debug": "4.0.11-rc2-23931",
"System.Diagnostics.Tools": "4.0.1-rc2-23931",
"System.Diagnostics.Tracing": "4.1.0-rc2-23931",
"System.Globalization": "4.0.11-rc2-23931",
"System.IO": "4.1.0-rc2-23931",
"System.IO.Compression": "4.1.0-rc2-23931",
"System.Linq": "4.1.0-rc2-23931",
"System.Linq.Expressions": "4.0.11-rc2-23931",
"System.Net.Http": "4.0.1-rc2-23931",
"System.Net.Primitives": "4.0.11-rc2-23931",
"System.ObjectModel": "4.0.12-rc2-23931",
"System.Reflection": "4.1.0-rc2-23931",
"System.Reflection.Extensions": "4.0.1-rc2-23931",
"System.Reflection.Primitives": "4.0.1-rc2-23931",
"System.Resources.ResourceManager": "4.0.1-rc2-23931",
"System.Runtime": "4.1.0-rc2-23931",
"System.Runtime.Extensions": "4.1.0-rc2-23931",
"System.Runtime.InteropServices": "4.1.0-rc2-23931",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23931",
"System.Runtime.Numerics": "4.0.1-rc2-23931",
"System.Text.Encoding": "4.0.11-rc2-23931",
"System.Text.Encoding.Extensions": "4.0.11-rc2-23931",
"System.Text.RegularExpressions": "4.0.12-rc2-23931",
"System.Threading": "4.0.11-rc2-23931",
"System.Threading.Tasks": "4.0.11-rc2-23931",
"System.Xml.ReaderWriter": "4.0.11-rc2-23931",
"System.Xml.XDocument": "4.0.11-rc2-23931"
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.NETCore.Runtime": "1.0.2-rc2-24027",
"System.Collections": "4.0.11-rc2-24027",
"System.Collections.Concurrent": "4.0.12-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.Diagnostics.Tracing": "4.1.0-rc2-24027",
"System.Globalization": "4.0.11-rc2-24027",
"System.IO": "4.1.0-rc2-24027",
"System.IO.Compression": "4.1.0-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Net.Http": "4.0.1-rc2-24027",
"System.Net.Primitives": "4.0.11-rc2-24027",
"System.ObjectModel": "4.0.12-rc2-24027",
"System.Reflection": "4.1.0-rc2-24027",
"System.Reflection.Extensions": "4.0.1-rc2-24027",
"System.Reflection.Primitives": "4.0.1-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime": "4.1.0-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Runtime.InteropServices": "4.1.0-rc2-24027",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027",
"System.Runtime.Numerics": "4.0.1-rc2-24027",
"System.Text.Encoding": "4.0.11-rc2-24027",
"System.Text.Encoding.Extensions": "4.0.11-rc2-24027",
"System.Text.RegularExpressions": "4.0.12-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Xml.ReaderWriter": "4.0.11-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027"
}
}
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[3.0.0,4.0)"
"Microsoft.Rest.ClientRuntime": "[3.1.0,4.0)"
}
}
Loading

0 comments on commit 71bc552

Please sign in to comment.