Skip to content

Commit

Permalink
moving cosmos tests forward
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Aug 27, 2019
1 parent 4c52a1b commit 395353d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected override ExtensionPackageReference[] GetExtensionsToInstall()
new ExtensionPackageReference
{
Id = "Microsoft.Azure.WebJobs.Extensions.CosmosDB",
Version = "3.0.2"
Version = "3.0.4"
}
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.1.2" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.3.0" />
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.3" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.8" />
Expand Down

0 comments on commit 395353d

Please sign in to comment.