Skip to content

Commit 89522cd

Browse files
Enable pinning, fix version
1 parent b136264 commit 89522cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4+
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
45
</PropertyGroup>
56
<!-- NetFx project dependencies -->
67
<ItemGroup>
@@ -42,8 +43,7 @@
4243
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" Condition="$(TargetFramework.StartsWith('net4'))" />
4344
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
4445
<PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="172.52.0" />
45-
<PackageVersion Include="Microsoft.SqlServer.Types" Version="10.50.1600.1" Condition="$(TargetFramework.StartsWith('net4'))" />
46-
<PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" Condition="!$(TargetFramework.StartsWith('net4'))" />
46+
<PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
4747
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
4848
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
4949
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />

src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Microsoft.Data.SqlClient.TestUtilities.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetGroup Condition="$(TargetGroup) == ''">netcoreapp</TargetGroup>
55
<RuntimeIdentifier Condition="'$(TargetGroup)'=='netfx'">win</RuntimeIdentifier>
66
<RuntimeIdentifier Condition="'$(TargetGroup)'=='netfx' AND $(ReferenceType.Contains('Package')) AND !$(Platform.Contains('AnyCPU'))">win-$(Platform)</RuntimeIdentifier>
7-
87
<IntermediateOutputPath>$(ObjFolder)$(Configuration).$(Platform)\$(AssemblyName)</IntermediateOutputPath>
98
<OutputPath>$(BinFolder)$(Configuration).$(Platform)\$(AssemblyName)</OutputPath>
109
</PropertyGroup>

0 commit comments

Comments
 (0)