Skip to content

Commit 9651c98

Browse files
authored
Unpin extension versions in the E2E test app (#425)
1 parent b3e8e58 commit 9651c98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/E2E/TestFunctionApp/extensions.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<DefaultItemExcludes>**</DefaultItemExcludes>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version="3.0.5" />
98
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="1.8.2" />
10-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.EventHubs" Version="4.1.1" />
11-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.10" />
12-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="1.1.0" />
139
</ItemGroup>
1410
</Project>

0 commit comments

Comments
 (0)