Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Adding updates to packages to update SqlClient in the 1.1.x release (#…
Browse files Browse the repository at this point in the history
…17635)

* Adding SqlClient package upgrade
  • Loading branch information
saurabh500 authored Apr 4, 2017
1 parent cf78ab5 commit ed4a5c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/Microsoft.Private.PackageBaseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.1.0",
"4.1.0.0": "4.1.0",
"4.1.1.0": "4.3.0"
"4.1.1.0": "4.3.0",
"4.1.1.1": "4.3.1"
}
},
"System.Diagnostics.Contracts": {
Expand Down
3 changes: 2 additions & 1 deletion src/System.Data.SqlClient/dir.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.props" />
<PropertyGroup>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.1.1</AssemblyVersion>
<PackageVersion>4.3.1</PackageVersion>
</PropertyGroup>
</Project>

7 changes: 7 additions & 0 deletions src/System.Data.SqlClient/pkg/System.Data.SqlClient.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@
<InboxOnTargetFramework Include="xamarintvos10" />
<InboxOnTargetFramework Include="xamarinwatchos10" />
</ItemGroup>
<!-- Added in release/1.1.0 to suppress package validation. In master this is controlled by Packaging.props -->
<ItemGroup>
<ValidatePackageSuppression Include="SuppressNETStandardInference">
<!-- desktop assemblies must version past NETStandard refs -->
<Value>.NETFramework,Version=v4.6;.NETFramework,Version=v4.6.1;.NETFramework,Version=v4.6.2;.NETFramework,Version=v4.6.3</Value>
</ValidatePackageSuppression>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
3 changes: 3 additions & 0 deletions src/packages.builds
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<Project Include="..\pkg\Microsoft.Private.PackageBaseline\Microsoft.Private.PackageBaseline.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<Project Include="System.Data.SqlClient\pkg\System.Data.SqlClient.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<Project Include="System.Diagnostics.DiagnosticSource\pkg\System.Diagnostics.DiagnosticSource.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
Expand Down

0 comments on commit ed4a5c8

Please sign in to comment.