Skip to content

Commit cc84403

Browse files
committed
Updating WebJobs SDK references to beta7
1 parent 43d87b4 commit cc84403

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<packageSources>
44
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
55
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
6+
<add key="azure_app_service_staging" value="https://www.myget.org/F/azure-appservice-staging/api/v2" />
67
<add key="buildTools" value="https://www.myget.org/F/30de4ee06dd54956a82013fa17a3accb/" />
78
<add key="AspNetVNext" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
89
</packageSources>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
4141
<PackageReference Include="Microsoft.AspNetCore.Buffering" Version="0.4.0-preview2-28189" />
4242
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.5150001-beta-b9e0da04" />
43-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11316" />
44-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta6-10622" />
45-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10622">
43+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta7" />
44+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta7" />
45+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta7">
4646
<NoWarn>NU1701</NoWarn>
4747
</PackageReference>
48-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta6-11316" />
49-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta6-11316" />
48+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta7" />
49+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta7" />
5050
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.88-alpha" />
5151
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
5252
<PackageReference Include="WindowsAzure.Storage" Version="8.6.0" />

src/WebJobs.Script/Description/CacheMetadataResolver.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ public override int GetHashCode()
2828
return _innerResolver.GetHashCode();
2929
}
3030

31-
public override PortableExecutableReference ResolveMissingAssembly(MetadataReference definition, AssemblyIdentity referenceIdentity)
32-
{
33-
return base.ResolveMissingAssembly(definition, referenceIdentity);
34-
}
35-
3631
public override ImmutableArray<PortableExecutableReference> ResolveReference(string reference, string baseFilePath, MetadataReferenceProperties properties)
3732
{
3833
string cacheKey = $"{reference}:{baseFilePath}";

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.1.0">
2929
<NoWarn>NU1701</NoWarn>
3030
</PackageReference>
31-
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.4780001-beta-0fed1b79" />
31+
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.5150001-beta-b9e0da04" />
3232
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.1.0-beta2-10041" />
3333
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.0-beta1-10031" />
34-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11316" />
35-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta6-10622" />
36-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10622">
34+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta7" />
35+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta7" />
36+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta7">
3737
<NoWarn>NU1701</NoWarn>
3838
</PackageReference>
39-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta6-11316" />
40-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta6-11316" />
39+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="3.0.0-beta7" />
40+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.0-beta7" />
4141
<PackageReference Include="Microsoft.Build" Version="15.3.409" />
4242
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.8.2" />
4343
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />

test/TestFunctions/TestFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta6-10622" />
8+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.0-beta7" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)