Skip to content

Commit 4cee3bd

Browse files
committed
sdk functions package
1 parent cdb840b commit 4cee3bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/utils/constants.py

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Project Sdk="Microsoft.NET.Sdk">
99
<PropertyGroup>
1010
<TargetFramework>net8.0</TargetFramework>
11+
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
1112
<WarningsAsErrors></WarningsAsErrors>
1213
<DefaultItemExcludes>**</DefaultItemExcludes>
1314
</PropertyGroup>
@@ -16,6 +17,8 @@
1617
Version="5.11.1" />
1718
<PackageReference Include="Azure.Messaging.EventGrid"
1819
Version="4.23.0" />
20+
<PackageReference Include="Microsoft.NET.Sdk.Functions"
21+
Version="4.3.0" />
1922
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB"
2023
Version="4.5.0" />
2124
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.EventHubs"

0 commit comments

Comments
 (0)