Skip to content

Commit

Permalink
Changed ClientRuntime.Authentication dependency range for Microsoft.I…
Browse files Browse the repository at this point in the history
…dentityModel.Clients.ActiveDirectory
  • Loading branch information
Hovsep Mkrtchyan committed Jun 24, 2016
1 parent d734d1a commit 0e506fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyTitle("Microsoft Rest Azure Client Runtime Authentication")]
[assembly: AssemblyDescription("Client authentication infrastructure for Azure client libraries.")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft Corporation")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0-preview",
"version": "2.2.1-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 Down Expand Up @@ -27,7 +27,7 @@
"frameworks": {
"net45": {
"dependencies": {
"Microsoft.IdentityModel.Clients.ActiveDirectory": "2.26.305102204"
"Microsoft.IdentityModel.Clients.ActiveDirectory": "[2.18.0,3.0)"
}
},
"netstandard1.1": {
Expand Down

0 comments on commit 0e506fc

Please sign in to comment.