Skip to content

Commit 78dec95

Browse files
authored
Mark AzureKeyVaultProvider as trimmable, enable NativeAOT support (#3401)
1 parent 1058566 commit 78dec95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<BuildProjectReferences>false</BuildProjectReferences>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18+
<IsTrimmable Condition="'$(TargetGroup)'=='netcoreapp'">true</IsTrimmable>
19+
<IsAotCompatible Condition="'$(TargetGroup)'=='netcoreapp'">true</IsAotCompatible>
1820
</PropertyGroup>
1921
<!--Generating Strong Name-->
2022
<PropertyGroup Condition="'$(CDP_BUILD_TYPE)'=='Official'">

0 commit comments

Comments
 (0)