forked from dotnet/dotnet-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersions.props
More file actions
28 lines (25 loc) · 1.57 KB
/
Versions.props
File metadata and controls
28 lines (25 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project>
<!-- Import references updated by Dependabot. -->
<PropertyGroup>
<AzureCoreVersion>1.52.0</AzureCoreVersion>
<AzureIdentityVersion>1.19.0</AzureIdentityVersion>
<AzureStorageBlobsVersion>12.27.0</AzureStorageBlobsVersion>
<AzureStorageQueuesVersion>12.25.0</AzureStorageQueuesVersion>
<MicrosoftIdentityWebVersion>4.6.0</MicrosoftIdentityWebVersion>
<MicrosoftOpenApiReadersVersion>1.6.28</MicrosoftOpenApiReadersVersion>
<SystemPrivateUriVersion>4.3.2</SystemPrivateUriVersion>
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
<!-- Third-party references -->
<NewtonsoftJsonVersion>13.0.4</NewtonsoftJsonVersion>
<NJsonSchemaVersion>11.5.2</NJsonSchemaVersion>
<AwsSdkS3Version>4.0.20.2</AwsSdkS3Version>
<AwsSdkSecurityTokenVersion>4.0.5.13</AwsSdkSecurityTokenVersion>
<!--
Moq version & constants derived from Moq.
The MoqInternalsVisibleTo* properties are not managed by Dependabot and may need to be updated incase a new version of Moq ever changes them.
-->
<MoqVersion>4.18.4</MoqVersion>
<MoqInternalsVisibleTo>DynamicProxyGenAssembly2</MoqInternalsVisibleTo>
<MoqInternalsVisibleToKey>0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7</MoqInternalsVisibleToKey>
</PropertyGroup>
</Project>