Skip to content

Commit 3ea1e32

Browse files
Fixes
1 parent f9b99b1 commit 3ea1e32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyName>Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider</AssemblyName>
55
<AddOnName>AzureKeyVaultProvider</AddOnName>
66
<ProjectGuid>{9073ABEF-92E0-4702-BB23-2C99CEF9BDD7}</ProjectGuid>
7-
<TargetFrameworks>net461;netcoreapp2.1;netstandard2.0</TargetFrameworks>
7+
<TargetFrameworks Condition="'$(ReferenceType)' == 'Project'">net461;netcoreapp2.1;netstandard2.0</TargetFrameworks>
88
<TargetGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) OR $(TargetFramework.StartsWith('netstandard'))">netcoreapp</TargetGroup>
99
<TargetGroup Condition="$(TargetFramework.StartsWith('net4'))">netfx</TargetGroup>
1010
<Configurations>Debug;Release;net461-Release;net461-Debug;netcoreapp2.1-Debug;netcoreapp2.1-Release;netcoreapp3.1-Debug;netcoreapp3.1-Release</Configurations>

src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@
299299
<ItemGroup>
300300
<ProjectReference Include="$(AddOnsPath)AzureKeyVaultProvider\Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj" />
301301
<PackageReference Include="System.Security.Cryptography.Cng" Version="$(SystemSecurityCryptographyCngVersion)" />
302+
<PackageReference Include="System.Text.Encoding.CodePages" Version="$(SystemTextEncodingCodePagesVersion)" />
302303
<PackageReference Include="Azure.Identity" Version="$(AzureIdentityVersion)" />
303304
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="$(MicrosoftIdentityModelClientsActiveDirectoryVersion)" />
304305
<PackageReference Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerVersion)" />

tools/props/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
4141
<SystemSecurityPermissionsVersion>5.0.0</SystemSecurityPermissionsVersion>
4242
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
43-
<SystemTextEncodingCodePagesVersion>4.7.0</SystemTextEncodingCodePagesVersion>
43+
<SystemTextEncodingCodePagesVersion>5.0.0</SystemTextEncodingCodePagesVersion>
4444
<SystemThreadingTasksVersion>4.3.0</SystemThreadingTasksVersion>
4545
<SystemXmlReaderWriterVersion>4.3.1</SystemXmlReaderWriterVersion>
4646
</PropertyGroup>

0 commit comments

Comments
 (0)