Updating CosmosDB extension references (#2321)
This commit is contained in:
Родитель
c34a868068
Коммит
60489bbe72
|
@ -4,9 +4,7 @@
|
|||
- My change description (#PR/#issue)
|
||||
-->
|
||||
|
||||
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.6.0
|
||||
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.7.0
|
||||
|
||||
- Updating `Microsoft.Azure.WebJobs.Extensions.CosmosDB` reference to 4.4.2
|
||||
- Updating `Microsoft.Azure.Cosmos` reference to 3.35.4
|
||||
- Updating `Microsoft.Extensions.Azure` reference to 1.7.1
|
||||
- Updating `Newtonsoft.Json` reference to 13.0.3
|
||||
- Updating `Microsoft.Azure.WebJobs.Extensions.CosmosDB` reference to 4.5.0
|
||||
- Updating `Microsoft.Azure.Cosmos` reference to 3.38.1
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;
|
||||
|
||||
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.CosmosDB", "4.4.2")]
|
||||
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.CosmosDB", "4.5.0")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
|
||||
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<Description>Azure Cosmos DB extensions for .NET isolated functions</Description>
|
||||
|
||||
<!--Version information-->
|
||||
<VersionPrefix>4.6.0</VersionPrefix>
|
||||
<VersionPrefix>4.7.0</VersionPrefix>
|
||||
|
||||
<!--Temporarily opting out of documentation. Pending documentation-->
|
||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<Import Project="..\..\..\build\Extensions.props" />
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.35.4" />
|
||||
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.38.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />
|
||||
<!-- Transitive dependency promoted to address CVE:-->
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче