Skip to content

Commit 20dbae3

Browse files
authoredNov 10, 2021
Updated Azure Functions SDK (#4402)
1 parent a101712 commit 20dbae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/v12/function/HotChocolate.Template.AzureFunctions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.13" />
11+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
1313
<PackageReference Include="HotChocolate.AzureFunctions" Version="11.1.0" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.