-
Notifications
You must be signed in to change notification settings - Fork 317
[5.1] Dependency Cleanup #3838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/5.1
Are you sure you want to change the base?
[5.1] Dependency Cleanup #3838
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
|
||
| <!-- MDS NuGet Package Version Information --> | ||
| <PropertyGroup> | ||
| <MdsVersionDefault>5.1.8</MdsVersionDefault> | ||
| <BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber> | ||
|
|
@@ -12,6 +14,8 @@ | |
| <NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">$(MdsVersionDefault)-dev</NugetPackageVersion> | ||
| <Version>$(NugetPackageVersion)</Version> | ||
| </PropertyGroup> | ||
|
|
||
| <!-- MSS NuGet Package Version Information --> | ||
| <PropertyGroup> | ||
| <!-- This version section corresponds to version info of Microsoft.SqlServer.Server Assembly. --> | ||
| <!-- Should only be changed in future when a non-backwards compatible driver is released. --> | ||
|
|
@@ -21,68 +25,68 @@ | |
| <SqlServerPackageVersion Condition="'$(SqlServerPackageVersion)' == ''">1.0.0-dev</SqlServerPackageVersion> | ||
| <SqlServerLibVersion>$(SqlServerPackageVersion)</SqlServerLibVersion> | ||
| </PropertyGroup> | ||
| <!-- NetFx project dependencies --> | ||
|
|
||
| <!-- AKV NuGet Package Version Information --> | ||
| <PropertyGroup> | ||
| <MicrosoftDataSqlClientSniVersion>5.1.2</MicrosoftDataSqlClientSniVersion> | ||
| <TestAKVProviderVersion>$(NugetPackageVersion)</TestAKVProviderVersion> | ||
| <TestMicrosoftDataSqlClientVersion>$(NugetPackageVersion)</TestMicrosoftDataSqlClientVersion> | ||
| </PropertyGroup> | ||
| <!-- NetFx and NetCore project dependencies --> | ||
|
|
||
| <!-- Common Dependencies - Shared by multiple driver or test projects--> | ||
| <PropertyGroup> | ||
| <AzureCoreVersion>1.41.0</AzureCoreVersion> | ||
| <AzureIdentityVersion>1.12.1</AzureIdentityVersion> | ||
| <MicrosoftIdentityClientVersion>4.76.0</MicrosoftIdentityClientVersion> | ||
| <MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.35.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion> | ||
| <MicrosoftIdentityModelJsonWebTokensVersion>6.35.0</MicrosoftIdentityModelJsonWebTokensVersion> | ||
| <SystemBuffersVersion>4.5.1</SystemBuffersVersion> | ||
| <SystemTextEncodingsWebVersion>6.0.1</SystemTextEncodingsWebVersion> | ||
| <SystemTextJsonVersion>6.0.11</SystemTextJsonVersion> | ||
| <MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.35.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved from line 32 unchanged. |
||
| <SystemBuffersVersion>4.6.1</SystemBuffersVersion> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated from 4.5.1 -> 4.6.1 |
||
| </PropertyGroup> | ||
| <!-- NetCore project dependencies --> | ||
|
|
||
| <!-- MDS NetFx project dependencies --> | ||
| <PropertyGroup> | ||
| <MicrosoftDataSqlClientSniVersion>5.1.2</MicrosoftDataSqlClientSniVersion> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved from line 26 unchanged. |
||
| </PropertyGroup> | ||
|
|
||
| <!-- MDS NetCore and NetStandard shared project dependencies --> | ||
| <PropertyGroup> | ||
| <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion> | ||
| <MicrosoftDataSqlClientSniRuntimeVersion>5.1.2</MicrosoftDataSqlClientSniRuntimeVersion> | ||
| <SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion> | ||
| <MicrosoftSqlServerServerVersion>1.0.0</MicrosoftSqlServerServerVersion> | ||
| <SystemDiagnosticsDiagnosticSourceVersion>6.0.1</SystemDiagnosticsDiagnosticSourceVersion> | ||
| <SystemDiagnosticsPerformanceCounterVersion>6.0.1</SystemDiagnosticsPerformanceCounterVersion> | ||
| <SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved from line 42 unchanged. |
||
| <SystemRuntimeCachingVersion>6.0.0</SystemRuntimeCachingVersion> | ||
| <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion> | ||
| <SystemSecurityPermissionsVersion>6.0.0</SystemSecurityPermissionsVersion> | ||
| <SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion> | ||
| <SystemTextEncodingCodePagesVersion>6.0.0</SystemTextEncodingCodePagesVersion> | ||
| </PropertyGroup> | ||
| <!-- NetStandard project dependencies --> | ||
|
|
||
| <!-- MDS NetStandard project dependencies --> | ||
| <PropertyGroup> | ||
| <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved from line 40 unchanged. |
||
| <SystemRuntimeLoaderVersion>4.3.0</SystemRuntimeLoaderVersion> | ||
| <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved from line 47 unchanged. |
||
| </PropertyGroup> | ||
|
|
||
| <!-- AKV Provider project dependencies --> | ||
| <PropertyGroup> | ||
| <AzureCoreVersion>1.41.0</AzureCoreVersion> | ||
| <AzureSecurityKeyVaultKeysVersion>4.6.0</AzureSecurityKeyVaultKeysVersion> | ||
| <MicrosoftExtensionsCachingMemoryVersion>6.0.3</MicrosoftExtensionsCachingMemoryVersion> | ||
| <SystemPrivateUriVersion>4.3.2</SystemPrivateUriVersion> | ||
| </PropertyGroup> | ||
| <!-- Test Project Dependencies --> | ||
|
|
||
| <!-- Test project dependencies --> | ||
| <PropertyGroup> | ||
| <MicrosoftDotNetPlatformAbstractionsVersion>3.1.6</MicrosoftDotNetPlatformAbstractionsVersion> | ||
| <MicrosoftNETTestSdkVersion>17.12.0</MicrosoftNETTestSdkVersion> | ||
| <NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion> | ||
| <SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion> | ||
| <SystemDataOdbcVersion>6.0.1</SystemDataOdbcVersion> | ||
| <NewtonsoftJsonVersion>13.0.4</NewtonsoftJsonVersion> | ||
| <SystemDataOdbcVersion>6.0.2</SystemDataOdbcVersion> | ||
| <SystemFormatsAsn1Version>6.0.1</SystemFormatsAsn1Version> | ||
| <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion> | ||
| <XunitVersion>2.9.3</XunitVersion> | ||
| <xunitrunnervisualstudioVersion>2.8.2</xunitrunnervisualstudioVersion> | ||
| <MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.25555.2</MicrosoftDotNetRemoteExecutorVersion> | ||
| <MicrosoftDotNetXunitExtensionsVersion>11.0.0-beta.25476.3</MicrosoftDotNetXunitExtensionsVersion> | ||
| <MicrosoftNETCoreRuntimeCoreCLRVersion>2.0.8</MicrosoftNETCoreRuntimeCoreCLRVersion> | ||
| <MicrosoftSqlServerSqlManagementObjectsVersion>172.52.0</MicrosoftSqlServerSqlManagementObjectsVersion> | ||
| <MicrosoftSqlServerTypesVersion>10.50.1600.1</MicrosoftSqlServerTypesVersion> | ||
| <BenchmarkDotNetVersion>0.13.2</BenchmarkDotNetVersion> | ||
| <SystemServiceProcessServiceControllerVersion>6.0.0</SystemServiceProcessServiceControllerVersion> | ||
| <MicrosoftExtensionsHostingVersion>6.0.1</MicrosoftExtensionsHostingVersion> | ||
| <MicrosoftExtensionsHostingVersion>8.0.1</MicrosoftExtensionsHostingVersion> | ||
| <MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.3</MicrosoftNetFrameworkReferenceAssembliesVersion> | ||
| </PropertyGroup> | ||
| <PropertyGroup> | ||
| <TestAKVProviderVersion>$(NugetPackageVersion)</TestAKVProviderVersion> | ||
| <TestMicrosoftDataSqlClientVersion>$(NugetPackageVersion)</TestMicrosoftDataSqlClientVersion> | ||
| </PropertyGroup> | ||
| </Project> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved from line 58 unchanged.