File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 40
40
<HintPath >C:\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json\11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath >
41
41
</Reference >
42
42
</ItemGroup >
43
-
44
- <ItemGroup >
45
- <ProjectReference Include =" ..\WebJobs.Script.Abstractions\WebJobs.Script.Abstractions.csproj" />
46
- </ItemGroup >
47
43
48
44
<Target Name =" GenerateProtoFiles" BeforeTargets =" BeforeBuild" Inputs =" azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto" Outputs =" Messages/DotNet/FunctionRpc.cs;Messages/DotNet/FunctionRpcGrpc.cs" >
49
45
<Exec Command =" ./generate_protos.$(Ext)" />
Original file line number Diff line number Diff line change 51
51
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 4.0.0" />
52
52
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.6" />
53
53
<PackageReference Include =" Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version =" 3.0.17" />
54
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Script.Abstractions" Version =" 1.0.0-preview" />
54
55
<PackageReference Include =" Microsoft.Build" Version =" 15.8.166" />
55
56
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.3.1" />
56
57
<PackageReference Include =" Microsoft.DotNet.PlatformAbstractions" Version =" 2.1.0" />
80
81
<ProjectReference Include =" ..\WebJobs.Script.Grpc\WebJobs.Script.Grpc.csproj" />
81
82
</ItemGroup >
82
83
83
- <ItemGroup >
84
- <ProjectReference Include =" ..\WebJobs.Script.Abstractions\WebJobs.Script.Abstractions.csproj" />
85
- </ItemGroup >
86
-
87
84
<ItemGroup >
88
85
<Compile Update =" Properties\Resources.Designer.cs" >
89
86
<DesignTime >True</DesignTime >
Original file line number Diff line number Diff line change 422
422
"name" : " Microsoft.Azure.WebJobs.Script" ,
423
423
"resolutionPolicy" : " minorMatchOrLower"
424
424
},
425
+ {
426
+ "name" : " Microsoft.Azure.WebJobs.Script.Abstractions" ,
427
+ "resolutionPolicy" : " minorMatchOrLower"
428
+ },
425
429
{
426
430
"name" : " Microsoft.Azure.WebJobs.Script.Grpc" ,
427
431
"resolutionPolicy" : " minorMatchOrLower"
You can’t perform that action at this time.
0 commit comments