Skip to content

Commit 9c39735

Browse files
committed
fix #19571 by removing dataprotection.azure packages
1 parent 3b4be4f commit 9c39735

20 files changed

+0
-1172
lines changed

eng/Dependencies.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ and are generated based on the last package release.
161161
<LatestPackageReference Include="IdentityServer4.Storage" Version="$(IdentityServer4StoragePackageVersion)" />
162162
<LatestPackageReference Include="Libuv" Version="$(LibuvPackageVersion)" />
163163
<LatestPackageReference Include="MessagePack" Version="$(MessagePackPackageVersion)" />
164-
<LatestPackageReference Include="Microsoft.Azure.KeyVault" Version="$(MicrosoftAzureKeyVaultPackageVersion)" />
165-
<LatestPackageReference Include="Microsoft.Azure.Storage.Blob" Version="$(MicrosoftAzureStorageBlobPackageVersion)" />
166-
<LatestPackageReference Include="Microsoft.Data.OData" Version="$(MicrosoftDataODataPackageVersion)" />
167-
<LatestPackageReference Include="Microsoft.Data.Services.Client" Version="$(MicrosoftDataServicesClientPackageVersion)" />
168164
<LatestPackageReference Include="Mono.Cecil" Version="$(MonoCecilPackageVersion)" />
169165
<LatestPackageReference Include="Moq" Version="$(MoqPackageVersion)" />
170166
<LatestPackageReference Include="Newtonsoft.Json.Bson" Version="$(NewtonsoftJsonBsonPackageVersion)" />

eng/ProjectReferences.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<Project>
77
<ItemGroup>
88
<ProjectReferenceProvider Include="Microsoft.AspNetCore.JsonPatch" ProjectPath="$(RepoRoot)src\Features\JsonPatch\src\Microsoft.AspNetCore.JsonPatch.csproj" />
9-
<ProjectReferenceProvider Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault" ProjectPath="$(RepoRoot)src\DataProtection\AzureKeyVault\src\Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj" />
10-
<ProjectReferenceProvider Include="Microsoft.AspNetCore.DataProtection.AzureStorage" ProjectPath="$(RepoRoot)src\DataProtection\AzureStorage\src\Microsoft.AspNetCore.DataProtection.AzureStorage.csproj" />
119
<ProjectReferenceProvider Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" ProjectPath="$(RepoRoot)src\DataProtection\EntityFrameworkCore\src\Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.csproj" />
1210
<ProjectReferenceProvider Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" ProjectPath="$(RepoRoot)src\DataProtection\StackExchangeRedis\src\Microsoft.AspNetCore.DataProtection.StackExchangeRedis.csproj" />
1311
<ProjectReferenceProvider Include="Microsoft.AspNetCore.TestHost" ProjectPath="$(RepoRoot)src\Hosting\TestHost\src\Microsoft.AspNetCore.TestHost.csproj" />

eng/Version.Details.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@
8181
<Uri>https://github.com/dotnet/extensions</Uri>
8282
<Sha>af32a19e60acbeac59ec1dd73865dfa3d3d5dca4</Sha>
8383
</Dependency>
84-
<Dependency Name="Microsoft.Extensions.Configuration.AzureKeyVault" Version="5.0.0-preview.2.20151.1" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
85-
<Uri>https://github.com/dotnet/extensions</Uri>
86-
<Sha>af32a19e60acbeac59ec1dd73865dfa3d3d5dca4</Sha>
87-
</Dependency>
8884
<Dependency Name="Microsoft.Extensions.Configuration.Binder" Version="5.0.0-preview.2.20151.1" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
8985
<Uri>https://github.com/dotnet/extensions</Uri>
9086
<Sha>af32a19e60acbeac59ec1dd73865dfa3d3d5dca4</Sha>

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<MicrosoftExtensionsCachingSqlServerPackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsCachingSqlServerPackageVersion>
106106
<MicrosoftExtensionsCachingStackExchangeRedisPackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsCachingStackExchangeRedisPackageVersion>
107107
<MicrosoftExtensionsConfigurationAbstractionsPackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsConfigurationAbstractionsPackageVersion>
108-
<MicrosoftExtensionsConfigurationAzureKeyVaultPackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsConfigurationAzureKeyVaultPackageVersion>
109108
<MicrosoftExtensionsConfigurationBinderPackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsConfigurationBinderPackageVersion>
110109
<MicrosoftExtensionsConfigurationCommandLinePackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsConfigurationCommandLinePackageVersion>
111110
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>5.0.0-preview.2.20151.1</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>

src/DataProtection/AzureKeyVault/src/AzureDataProtectionBuilderExtensions.cs

Lines changed: 0 additions & 118 deletions
This file was deleted.

src/DataProtection/AzureKeyVault/src/AzureKeyVaultXmlDecryptor.cs

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/DataProtection/AzureKeyVault/src/AzureKeyVaultXmlEncryptor.cs

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/DataProtection/AzureKeyVault/src/IKeyVaultWrappingClient.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/DataProtection/AzureKeyVault/src/KeyVaultClientWrapper.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/DataProtection/AzureKeyVault/src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)