This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 4 files changed +9
-4
lines changed
pkg/Microsoft.Private.PackageBaseline
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1257
1257
" 4.3.0" ,
1258
1258
" 4.4.0" ,
1259
1259
" 4.5.0" ,
1260
- " 4.5.1"
1260
+ " 4.5.1" ,
1261
+ " 4.5.3"
1261
1262
],
1262
1263
"BaselineVersion" : " 4.4.0" ,
1263
1264
"InboxOn" : {
1276
1277
"4.1.0.0" : " 4.1.0" ,
1277
1278
"4.1.1.0" : " 4.3.0" ,
1278
1279
"4.2.0.0" : " 4.4.0" ,
1279
- "4.4.0.0" : " 4.5.0"
1280
+ "4.4.0.0" : " 4.5.0" ,
1281
+ "4.4.0.1" : " 4.5.3"
1280
1282
}
1281
1283
},
1282
1284
"System.Data.SqlXml" : {
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" ..\dir.props" />
4
4
<PropertyGroup >
5
- <AssemblyVersion >4.4.0.0 </AssemblyVersion >
5
+ <AssemblyVersion >4.4.0.1 </AssemblyVersion >
6
6
<AssemblyKey >MSFT</AssemblyKey >
7
7
<IsUAP >true</IsUAP >
8
8
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4
4
<PropertyGroup >
5
- <PackageVersion >4.5.2 </PackageVersion >
5
+ <PackageVersion >4.5.3 </PackageVersion >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<ProjectReference Include =" ..\ref\System.Data.SqlClient.csproj" >
Original file line number Diff line number Diff line change 27
27
<Project Include =" $(MSBuildThisFileDirectory)..\pkg\Microsoft.NETCore.Platforms\Microsoft.NETCore.Platforms.builds" >
28
28
<AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
29
29
</Project >
30
+ <Project Include =" $(MSBuildThisFileDirectory)System.Data.SqlClient\pkg\System.Data.SqlClient.pkgproj" >
31
+ <AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
32
+ </Project >
30
33
</ItemGroup >
31
34
32
35
<!-- Need the PackageIndexFile file property from baseline.props -->
You can’t perform that action at this time.
0 commit comments