Skip to content

Commit 35a7b14

Browse files
author
maddieclayton
committed
revert update
1 parent 4e804d6 commit 35a7b14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Authentication.Abstractions/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Hyak.Common" version="1.2.2" targetFramework="net452" />
3+
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.ApplicationInsights" version="1.2.0" targetFramework="net45" />
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net45" />
6-
<package id="Microsoft.Azure.Common" version="2.2.1" targetFramework="net452" />
6+
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
77
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net40" />
88
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net40" />
99
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />

src/Dependencies.Runtime.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<ItemGroup>
88
<Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9-
<HintPath>$(PackagesDirectory)Hyak.Common.1.2.2\lib\net452\Hyak.Common.dll</HintPath>
9+
<HintPath>$(PackagesDirectory)Hyak.Common.1.0.3\lib\net45\Hyak.Common.dll</HintPath>
1010
</Reference>
1111
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
12-
<HintPath>$(PackagesDirectory)Microsoft.Azure.Common.2.2.1\lib\net452\Microsoft.Azure.Common.dll</HintPath>
12+
<HintPath>$(PackagesDirectory)Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
1313
</Reference>
1414
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
15-
<HintPath>$(PackagesDirectory)Microsoft.Azure.Common.2.2.1\lib\net452\Microsoft.Azure.Common.NetFramework.dll</HintPath>
15+
<HintPath>$(PackagesDirectory)Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
1616
</Reference>
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)