|
24 | 24 | <!-- NetFx project dependencies --> |
25 | 25 | <PropertyGroup> |
26 | 26 | <MicrosoftDataSqlClientSniVersion>6.0.0-preview1.24226.4</MicrosoftDataSqlClientSniVersion> |
| 27 | + <SystemBuffersVersion>4.5.1</SystemBuffersVersion> |
| 28 | + <SystemTextEncodingsWebVersion>6.0.0</SystemTextEncodingsWebVersion> |
27 | 29 | </PropertyGroup> |
28 | 30 | <!-- NetFx and NetCore project dependencies --> |
29 | 31 | <PropertyGroup> |
30 | 32 | <AzureIdentityVersion>1.11.4</AzureIdentityVersion> |
31 | | - <MicrosoftIdentityModelProtocolsOpenIdConnectVersion>7.5.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion> |
| 33 | + <MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion> |
32 | 34 | <MicrosoftIdentityModelJsonWebTokensVersion>7.5.0</MicrosoftIdentityModelJsonWebTokensVersion> |
33 | | - <SystemBuffersVersion>4.5.1</SystemBuffersVersion> |
34 | | - <SystemTextEncodingsWebVersion>6.0.0</SystemTextEncodingsWebVersion> |
35 | | - <MicrosoftSourceLinkGitHubVersion>8.0.0</MicrosoftSourceLinkGitHubVersion> |
| 35 | + <MicrosoftIdentityModelProtocolsOpenIdConnectVersion>7.5.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion> |
36 | 36 | </PropertyGroup> |
37 | 37 | <!-- NetCore project dependencies --> |
38 | 38 | <PropertyGroup> |
39 | 39 | <MicrosoftDataSqlClientSNIRuntimeVersion>6.0.0-preview1.24226.4</MicrosoftDataSqlClientSNIRuntimeVersion> |
40 | 40 | <SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion> |
41 | 41 | <MicrosoftSqlServerServerVersion>1.0.0</MicrosoftSqlServerServerVersion> |
42 | | - <SystemDiagnosticsPerformanceCounterVersion>6.0.1</SystemDiagnosticsPerformanceCounterVersion> |
43 | | - <SystemRuntimeCachingVersion>6.0.0</SystemRuntimeCachingVersion> |
44 | | - <SystemSecurityPermissionsVersion>6.0.0</SystemSecurityPermissionsVersion> |
45 | | - <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion> |
46 | | - <SystemTextEncodingCodePagesVersion>6.0.0</SystemTextEncodingCodePagesVersion> |
47 | 42 | </PropertyGroup> |
48 | 43 | <!-- AKV Provider project dependencies --> |
49 | 44 | <PropertyGroup> |
50 | 45 | <AzureCoreVersion>[1.38.0,2.0.0)</AzureCoreVersion> |
51 | 46 | <AzureSecurityKeyVaultKeysVersion>[4.5.0,5.0.0)</AzureSecurityKeyVaultKeysVersion> |
52 | | - <MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion> |
53 | 47 | </PropertyGroup> |
54 | 48 | <!-- Test Project Dependencies --> |
55 | 49 | <PropertyGroup> |
56 | | - <MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24123.1</MicrosoftDotNetXUnitExtensionsVersion> |
| 50 | + <BenchmarkDotNetVersion>0.13.2</BenchmarkDotNetVersion> |
57 | 51 | <MicrosoftDotNetPlatformAbstractionsVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsVersion> |
58 | | - <MicrosoftNETTestSdkVersion>17.8.0</MicrosoftNETTestSdkVersion> |
59 | | - <NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion> |
60 | | - <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion> |
61 | | - <SystemDataOdbcVersion>6.0.1</SystemDataOdbcVersion> |
62 | | - <XunitVersion>2.4.2</XunitVersion> |
63 | | - <XunitrunnervisualstudioVersion>2.5.5</XunitrunnervisualstudioVersion> |
64 | | - <MicrosoftNETFrameworkReferenceAssembliesVersion>1.0.3</MicrosoftNETFrameworkReferenceAssembliesVersion> |
65 | 52 | <MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.22316.1</MicrosoftDotNetRemoteExecutorVersion> |
| 53 | + <MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24123.1</MicrosoftDotNetXUnitExtensionsVersion> |
| 54 | + <MicrosoftExtensionsHosting>6.0.1</MicrosoftExtensionsHosting> |
66 | 55 | <MicrosoftNETCoreRuntimeCoreCLRVersion>2.0.8</MicrosoftNETCoreRuntimeCoreCLRVersion> |
| 56 | + <MicrosoftNETFrameworkReferenceAssembliesVersion>1.0.3</MicrosoftNETFrameworkReferenceAssembliesVersion> |
| 57 | + <MicrosoftNETTestSdkVersion>17.8.0</MicrosoftNETTestSdkVersion> |
67 | 58 | <MicrosoftSqlServerSqlManagementObjectsVersion>170.8.0</MicrosoftSqlServerSqlManagementObjectsVersion> |
68 | 59 | <MicrosoftSqlServerTypesVersion>10.50.1600.1</MicrosoftSqlServerTypesVersion> |
69 | 60 | <MicrosoftSqlServerTypesVersionNet>160.1000.6</MicrosoftSqlServerTypesVersionNet> |
70 | | - <BenchmarkDotNetVersion>0.13.2</BenchmarkDotNetVersion> |
71 | | - <SystemServiceProcessServiceControllerVersion>6.0.0</SystemServiceProcessServiceControllerVersion> |
72 | | - <MicrosoftExtensionsHosting>6.0.1</MicrosoftExtensionsHosting> |
73 | 61 | <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion> |
| 62 | + <NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion> |
| 63 | + <SystemDataOdbcVersion>6.0.1</SystemDataOdbcVersion> |
| 64 | + <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion> |
| 65 | + <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion> |
| 66 | + <SystemServiceProcessServiceControllerVersion>6.0.0</SystemServiceProcessServiceControllerVersion> |
| 67 | + <SystemTextEncodingCodePagesVersion>6.0.0</SystemTextEncodingCodePagesVersion> |
| 68 | + <XunitVersion>2.4.2</XunitVersion> |
| 69 | + <XunitrunnervisualstudioVersion>2.5.5</XunitrunnervisualstudioVersion> |
74 | 70 | </PropertyGroup> |
75 | 71 | <PropertyGroup> |
76 | 72 | <TestAKVProviderVersion>$(NugetPackageVersion)</TestAKVProviderVersion> |
|
0 commit comments