Skip to content

Commit 0575bf2

Browse files
committed
- Removed unnecessary System.Text.Web.Encodings package from AKV.
1 parent 31ba79c commit 0575bf2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,4 @@
3939
<PackageReference Include="Azure.Security.KeyVault.Keys" />
4040
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
4141
</ItemGroup>
42-
43-
<!-- System.Text.Encodings.Web is included in .NET 10+ BCL-->
44-
<ItemGroup Condition="$([MSBuild]::VersionLessThan($([MSBuild]::GetTargetFrameworkVersion($(TargetFramework))), '10.0'))">
45-
<PackageReference Include="System.Text.Encodings.Web" />
46-
</ItemGroup>
47-
48-
</Project>
42+
</Project>

0 commit comments

Comments
 (0)