File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/Microsoft.Windows.Compatibility/src Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 15
15
<MicrosoftDotNetBuildTasksInstallersVersion >10.0.0-beta.25079.2</MicrosoftDotNetBuildTasksInstallersVersion >
16
16
<!-- corefx -->
17
17
<SystemDataDataSetExtensionsVersion >4.5.0</SystemDataDataSetExtensionsVersion >
18
- <SystemDataSqlClientVersion >4.8.6</SystemDataSqlClientVersion >
18
+ <!-- The SQL team had deprecated System.Data.SqlClient package and replaced it with Microsoft.Data.SqlClient.
19
+ However, windows compatibility package should not include Microsoft.Data.SqlClient since that's not part of .NETFramework surface area.
20
+ The purpose of Microsoft.Windows.Compatibility is to bring assemblies that implement the actual types from .NETFramework
21
+ that aren't inbox on .NET. It is not meant to "advertise" new types/packages that were not part of .NETFramework. -->
22
+ <SystemDataSqlClientVersion >4.9.0</SystemDataSqlClientVersion >
19
23
<SystemReflectionEmitVersion >4.7.0</SystemReflectionEmitVersion >
20
24
<SystemReflectionEmitILGenerationVersion >4.7.0</SystemReflectionEmitILGenerationVersion >
21
25
<SystemReflectionEmitLightweightVersion >4.7.0</SystemReflectionEmitLightweightVersion >
60
64
<SystemThreadingAccessControlVersion >10.0.0-preview.2.25078.10</SystemThreadingAccessControlVersion >
61
65
<VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion >10.0.0-preview.2.25078.10</VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion >
62
66
<!-- wcf -->
63
- <SystemServiceModelVersion >4.10.0 </SystemServiceModelVersion >
67
+ <SystemServiceModelVersion >8.1.1 </SystemServiceModelVersion >
64
68
<!-- winforms -->
65
69
<MicrosoftPrivateWinformsVersion >10.0.0-preview.2.25079.2</MicrosoftPrivateWinformsVersion >
66
70
<SystemDrawingCommonVersion >10.0.0-preview.2.25079.2</SystemDrawingCommonVersion >
Original file line number Diff line number Diff line change 45
45
<PackageReference Include =" System.Security.Cryptography.ProtectedData" />
46
46
<PackageReference Include =" System.Security.Cryptography.Xml" />
47
47
<PackageReference Include =" System.Security.Permissions" />
48
- <PackageReference Include =" System.ServiceModel.Duplex" />
49
48
<PackageReference Include =" System.ServiceModel.Http" />
50
49
<PackageReference Include =" System.ServiceModel.NetTcp" />
51
50
<PackageReference Include =" System.ServiceModel.Primitives" />
52
- <PackageReference Include =" System.ServiceModel.Security" />
53
51
<PackageReference Include =" System.ServiceModel.Syndication" />
54
52
<PackageReference Include =" System.ServiceProcess.ServiceController" />
55
53
<PackageReference Include =" System.Speech" />
You can’t perform that action at this time.
0 commit comments