We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb840b commit 4cee3bdCopy full SHA for 4cee3bd
tests/utils/constants.py
@@ -8,6 +8,7 @@
8
<Project Sdk="Microsoft.NET.Sdk">
9
<PropertyGroup>
10
<TargetFramework>net8.0</TargetFramework>
11
+ <AzureFunctionsVersion>v4</AzureFunctionsVersion>
12
<WarningsAsErrors></WarningsAsErrors>
13
<DefaultItemExcludes>**</DefaultItemExcludes>
14
</PropertyGroup>
@@ -16,6 +17,8 @@
16
17
Version="5.11.1" />
18
<PackageReference Include="Azure.Messaging.EventGrid"
19
Version="4.23.0" />
20
+ <PackageReference Include="Microsoft.NET.Sdk.Functions"
21
+ Version="4.3.0" />
22
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB"
23
Version="4.5.0" />
24
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.EventHubs"
0 commit comments