File tree 2 files changed +3
-3
lines changed
dotnet/ServerlessMicroservices.FunctionApp.Trips
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >netcoreapp3.1</TargetFramework >
4
4
<AzureFunctionsVersion >v3</AzureFunctionsVersion >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.EventGrid" Version =" 2 .0.0" />
7
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.EventGrid" Version =" 3 .0.0" />
8
8
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.SignalRService" Version =" 1.6.0" />
9
9
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 5.0.0" />
10
10
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Abstractions" Version =" 2.2.0" />
Original file line number Diff line number Diff line change
1
+ using Azure . Messaging . EventGrid ;
1
2
using Microsoft . AspNetCore . Http ;
2
3
using Microsoft . AspNetCore . Mvc ;
3
- using Microsoft . Azure . EventGrid . Models ;
4
4
using Microsoft . Azure . WebJobs ;
5
5
using Microsoft . Azure . WebJobs . Extensions . EventGrid ;
6
6
using Microsoft . Azure . WebJobs . Extensions . Http ;
You can’t perform that action at this time.
0 commit comments