-
Notifications
You must be signed in to change notification settings - Fork 329
[6.1] Dependency Cleanup #3843
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
Merged
Merged
[6.1] Dependency Cleanup #3843
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b1eb044
- Removed unused dependencies across all driver and test projects.
paulmedynski e942a0b
- Replaced Microsoft.SqlServer.Server project refs with package refs …
paulmedynski bfaef22
- Reverting the addition of Microsoft.SqlServer.Server to the MDS .NE…
paulmedynski b3dae93
- Removed Pkcs from .NET Framework.
paulmedynski 1f7a52f
- Added several direct dependencies that were mistakenly removed earl…
paulmedynski 1223d9b
- Upgraded AzureIdentity to 1.17.1, DiagnosticSource to 8.0.1 and 9.0…
paulmedynski a1a5c54
Upgraded Microsoft.Identity.Client to 4.80.0 to fix an Entra ID bug o…
paulmedynski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,69 +1,69 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
| </PropertyGroup> | ||
| <!-- NetFx project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Microsoft.Data.SqlClient.SNI" Version="6.0.2" /> | ||
| <PackageVersion Include="System.Buffers" Version="4.5.1" /> | ||
| <PackageVersion Include="System.Memory" Version="4.5.5" /> | ||
| <PackageVersion Include="System.Data.Common" Version="4.3.0" /> | ||
| <PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" /> | ||
| </ItemGroup> | ||
| <!-- NetFx and NetCore project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Azure.Identity" Version="1.14.2" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.7.1" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.7.1" /> | ||
| <PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> | ||
| </ItemGroup> | ||
| <!-- NetCore project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Microsoft.Data.SqlClient.SNI.runtime" Version="6.0.2" /> | ||
| <PackageVersion Include="Microsoft.SqlServer.Server" Version="1.0.0" /> | ||
| </ItemGroup> | ||
| <!-- AKV Provider project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Azure.Core" Version="[1.47.1,2.0.0)" /> | ||
| <PackageVersion Include="Azure.Security.KeyVault.Keys" Version="[4.7.0,5.0.0)" /> | ||
| </ItemGroup> | ||
| <!-- Test Project Dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="BenchmarkDotNet" Version="0.14.0" /> | ||
| <PackageVersion Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" /> | ||
| <PackageVersion Include="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25164.6" /> | ||
| <PackageVersion Include="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25164.6" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
| <PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="172.76.0" /> | ||
| <PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" /> | ||
| <PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" /> | ||
| <PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> | ||
| <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
| <PackageVersion Include="System.Data.Odbc" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" /> | ||
| <PackageVersion Include="System.ServiceProcess.ServiceController" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Text.Encoding.CodePages" Version="6.0.0" /> | ||
| <PackageVersion Include="xunit" Version="2.9.2" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> | ||
| <PackageVersion Include="xunit.runner.console" Version="2.9.2" /> | ||
| </ItemGroup> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
| </PropertyGroup> | ||
| <!-- NetFx project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Microsoft.Data.SqlClient.SNI" Version="6.0.2" /> | ||
| <PackageVersion Include="System.Buffers" Version="4.6.1" /> | ||
| <PackageVersion Include="System.Data.Common" Version="4.3.0" /> | ||
| <!-- This package is also shared with .NET Standard 2.0 --> | ||
| <PackageVersion Include="System.Text.Json" Version="8.0.6" /> | ||
| </ItemGroup> | ||
| <!-- NetFx and NetCore project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Azure.Identity" Version="1.17.0" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.7.1" /> | ||
| <PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.7.1" /> | ||
| <PackageVersion Include="Microsoft.SqlServer.Server" Version="1.0.0" /> | ||
| <PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> | ||
| </ItemGroup> | ||
| <!-- NetCore project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Microsoft.Data.SqlClient.SNI.runtime" Version="6.0.2" /> | ||
| </ItemGroup> | ||
| <!-- AKV Provider project dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Azure.Core" Version="1.50.0" /> | ||
| <PackageVersion Include="Azure.Security.KeyVault.Keys" Version="4.8.0" /> | ||
| </ItemGroup> | ||
| <!-- Test Project Dependencies --> | ||
| <ItemGroup> | ||
| <PackageVersion Include="BenchmarkDotNet" Version="0.14.0" /> | ||
| <PackageVersion Include="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25164.6" /> | ||
| <PackageVersion Include="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25164.6" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> | ||
| <PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="172.76.0" /> | ||
| <PackageVersion Include="Microsoft.SqlServer.Types" Version="170.1000.7" /> | ||
| <PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> | ||
| <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> | ||
| <PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" /> | ||
| <PackageVersion Include="System.ServiceProcess.ServiceController" Version="8.0.1" /> | ||
| <PackageVersion Include="xunit" Version="2.9.3" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> | ||
| <PackageVersion Include="xunit.runner.console" Version="2.9.3" /> | ||
| </ItemGroup> | ||
|
|
||
| <!-- Target framework specific dependencies --> | ||
| <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> | ||
| <PackageVersion Include="Microsoft.Bcl.Cryptography" Version="9.0.5" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.5" /> | ||
| <PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.5" /> | ||
| <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.5" /> | ||
| <PackageVersion Include="System.Text.Json" Version="9.0.5" /> | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(TargetFramework)' != 'net9.0'"> | ||
| <PackageVersion Include="Microsoft.Bcl.Cryptography" Version="8.0.0" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" /> | ||
| <PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Text.Json" Version="8.0.5" /> | ||
| </ItemGroup> | ||
| <!-- Target framework specific dependencies --> | ||
| <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> | ||
| <!-- Driver dependencies --> | ||
| <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.11" /> | ||
| <PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.11" /> | ||
| <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.11" /> | ||
|
|
||
| <!-- Test dependencies --> | ||
| <PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.11" /> | ||
| <PackageVersion Include="System.Data.Odbc" Version="9.0.11" /> | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(TargetFramework)' != 'net9.0'"> | ||
| <!-- Driver dependencies --> | ||
| <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="8.0.1" /> | ||
|
|
||
| <!-- Test dependencies --> | ||
| <PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" /> | ||
| <PackageVersion Include="System.Data.Odbc" Version="8.0.1" /> | ||
| </ItemGroup> | ||
| </Project> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.