Skip to content

Commit 395353d

Browse files
committed
moving cosmos tests forward
1 parent 4c52a1b commit 395353d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/WebJobs.Script.Tests.Integration/CosmosDB/CosmosDBEndToEndTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ protected override ExtensionPackageReference[] GetExtensionsToInstall()
9797
new ExtensionPackageReference
9898
{
9999
Id = "Microsoft.Azure.WebJobs.Extensions.CosmosDB",
100-
Version = "3.0.2"
100+
Version = "3.0.4"
101101
}
102102
};
103103
}

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<NoWarn>NU1701</NoWarn>
3636
</PackageReference>
3737
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
38-
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.1.2" />
38+
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.3.0" />
3939
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4040
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.3" />
4141
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.8" />

0 commit comments

Comments
 (0)