Skip to content

Commit 4a33b84

Browse files
committed
Updating data protection package
1 parent 50f7de2 commit 4a33b84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<Private>True</Private>
217217
</Reference>
218218
<Reference Include="Microsoft.Azure.WebSites.DataProtection, Version=0.1.6.0, Culture=neutral, processorArchitecture=MSIL">
219-
<HintPath>..\..\packages\Microsoft.Azure.WebSites.DataProtection.0.1.6-alpha43\lib\net46\Microsoft.Azure.WebSites.DataProtection.dll</HintPath>
219+
<HintPath>..\..\packages\Microsoft.Azure.WebSites.DataProtection.0.1.6-alpha45\lib\net46\Microsoft.Azure.WebSites.DataProtection.dll</HintPath>
220220
<Private>True</Private>
221221
</Reference>
222222
<Reference Include="Microsoft.CSharp" />

src/WebJobs.Script.WebHost/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<package id="Microsoft.Azure.WebJobs.Logging" version="2.0.0-beta1-10456" targetFramework="net46" />
4949
<package id="Microsoft.Azure.WebJobs.Script.Extensibility" version="1.0.0-beta1-10476" targetFramework="net46" />
5050
<package id="Microsoft.Azure.WebJobs.ServiceBus" version="2.0.0-beta1-10456" targetFramework="net46" />
51-
<package id="Microsoft.Azure.WebSites.DataProtection" version="0.1.6-alpha43" targetFramework="net46" />
51+
<package id="Microsoft.Azure.WebSites.DataProtection" version="0.1.6-alpha45" targetFramework="net46" />
5252
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net46" />
5353
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net46" />
5454
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net46" />

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<Private>True</Private>
149149
</Reference>
150150
<Reference Include="Microsoft.Azure.WebSites.DataProtection, Version=0.1.6.0, Culture=neutral, processorArchitecture=MSIL">
151-
<HintPath>..\..\packages\Microsoft.Azure.WebSites.DataProtection.0.1.6-alpha43\lib\net46\Microsoft.Azure.WebSites.DataProtection.dll</HintPath>
151+
<HintPath>..\..\packages\Microsoft.Azure.WebSites.DataProtection.0.1.6-alpha45\lib\net46\Microsoft.Azure.WebSites.DataProtection.dll</HintPath>
152152
<Private>True</Private>
153153
</Reference>
154154
<Reference Include="Microsoft.CodeAnalysis, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

test/WebJobs.Script.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<package id="Microsoft.Azure.WebJobs.Extensions.Twilio" version="1.0.0-beta1-10383" targetFramework="net46" />
3333
<package id="Microsoft.Azure.WebJobs.Script.Extensibility" version="1.0.0-beta1-10476" targetFramework="net46" />
3434
<package id="Microsoft.Azure.WebJobs.ServiceBus" version="2.0.0-beta1-10456" targetFramework="net46" />
35-
<package id="Microsoft.Azure.WebSites.DataProtection" version="0.1.6-alpha43" targetFramework="net46" />
35+
<package id="Microsoft.Azure.WebSites.DataProtection" version="0.1.6-alpha45" targetFramework="net46" />
3636
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net46" />
3737
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net46" />
3838
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net46" />

0 commit comments

Comments
 (0)