File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.Functions.Extensions" Version =" 1.0 .0" />
8
- <PackageReference Include =" Microsoft.Azure.Management.ServiceBus.Fluent" Version =" 1.31.0 " />
9
- <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 3.0.3 " />
7
+ <PackageReference Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.1 .0" />
8
+ <PackageReference Include =" Microsoft.Azure.Management.ServiceBus.Fluent" Version =" 1.37.1 " />
9
+ <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 3.0.11 " />
10
10
</ItemGroup >
11
11
<ItemGroup >
12
12
<None Update =" host.json" >
You can’t perform that action at this time.
0 commit comments