Skip to content

Commit 11b9c15

Browse files
committed
reverted azure update
1 parent 866a363 commit 11b9c15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Insulation/Exceptionless.Insulation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<HintPath>..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.1\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
8383
<Private>True</Private>
8484
</Reference>
85-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<HintPath>..\..\packages\WindowsAzure.Storage.7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
85+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86+
<HintPath>..\..\packages\WindowsAzure.Storage.7.2.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
8787
<Private>True</Private>
8888
</Reference>
8989
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

Source/Insulation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
<package id="StackExchange.Redis" version="1.1.605" targetFramework="net461" />
2525
<package id="System.Collections.Immutable" version="1.2.0" targetFramework="net461" />
2626
<package id="System.Spatial" version="5.7.0" targetFramework="net461" />
27-
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net461" />
27+
<package id="WindowsAzure.Storage" version="7.2.0" targetFramework="net461" />
2828
</packages>

0 commit comments

Comments
 (0)