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
Update NS2.0 Apicompat baseline
Browse files Browse the repository at this point in the history
Update the NS2.0 package to fix a couple issues in the shims.

Added more shims to the list we need for .NET Core compat with NS2.0

The remaining System.Transactions issues will be fixed once we rename
that assembly as part of https://github.com/dotnet/corefx/issues/15259
  • Loading branch information
weshaggard committed Feb 3, 2017
1 parent 7721fc7 commit a3b141a
Show file tree
Hide file tree
Showing 9 changed files with 1,327 additions and 8,890 deletions.
2 changes: 1 addition & 1 deletion dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<CoreClrExpectedPrerelease>beta-25003-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-25002-00</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-25003-00</ProjectNTfsExpectedPrerelease>
<StandardExpectedPrerelease>beta-24928-01</StandardExpectedPrerelease>
<StandardExpectedPrerelease>beta-25003-02</StandardExpectedPrerelease>
<!-- Use the SNI runtime package -->
<SniPackageVersion>4.4.0-beta-24926-02</SniPackageVersion>
</PropertyGroup>
Expand Down
5 changes: 4 additions & 1 deletion external/netfx/netfx.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@
<ItemGroup>
<TargetingPackReference Include="mscorlib" />
<TargetingPackReference Include="System" />
<TargetingPackReference Include="System.ComponentModel.Composition" />
<TargetingPackReference Include="System.Core" />
<TargetingPackReference Include="System.Data" />
<TargetingPackReference Include="System.Drawing" />
<TargetingPackReference Include="System.IO.Compression.FileSystem" />
<TargetingPackReference Include="System.Numerics" />
<TargetingPackReference Include="System.Runtime.Serialization" />
<TargetingPackReference Include="System.Transactions" />
<TargetingPackReference Include="System.Web" />
<TargetingPackReference Include="System.Xml" />
<TargetingPackReference Include="System.Xml.Linq" />
Expand All @@ -40,7 +44,6 @@
<TargetingPackReference Include="System.Data" />
<TargetingPackReference Include="System.Security" />
<TargetingPackReference Include="System.ServiceProcess" />
<TargetingPackReference Include="System.Transactions" />
<TargetingPackReference Include="WindowsBase" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
Expand Down
2 changes: 1 addition & 1 deletion external/netstandard/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
"NETStandard.Library": "2.0.0-beta-24928-01"
"NETStandard.Library": "2.0.0-beta-25003-02"
}
}
}
Expand Down
341 changes: 340 additions & 1 deletion src/shims/ApiCompatBaseline.netcoreapp.netfx461.txt

Large diffs are not rendered by default.

235 changes: 71 additions & 164 deletions src/shims/ApiCompatBaseline.netcoreapp.netstandard20.txt

Large diffs are not rendered by default.

349 changes: 340 additions & 9 deletions src/shims/ApiCompatBaseline.uap.netfx461.txt

Large diffs are not rendered by default.

4,512 changes: 160 additions & 4,352 deletions src/shims/ApiCompatBaseline.uap.netstandard20.txt

Large diffs are not rendered by default.

349 changes: 340 additions & 9 deletions src/shims/ApiCompatBaseline.uapaot.netfx461.txt

Large diffs are not rendered by default.

4,422 changes: 70 additions & 4,352 deletions src/shims/ApiCompatBaseline.uapaot.netstandard20.txt

Large diffs are not rendered by default.

0 comments on commit a3b141a

Please sign in to comment.