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
Merge pull request #15765 from weshaggard/UpdateNS2Baseline
Browse files Browse the repository at this point in the history
Update NS2.0 Apicompat baseline
  • Loading branch information
weshaggard authored Feb 3, 2017
2 parents caf01f7 + d902b1c commit 8c96c4e
Show file tree
Hide file tree
Showing 10 changed files with 1,001 additions and 8,894 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
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,9 @@
<ItemGroup>
<!-- Exclude shims from the closure verification -->
<ExcludeFromClosure Include="mscorlib" />
<ExcludeFromClosure Include="System.Core" />
<ExcludeFromClosure Include="System" />
<ExcludeFromClosure Include="System.Drawing" />
<ExcludeFromClosure Include="System.Numerics" />
<ExcludeFromClosure Include="System.Runtime.Serialization" />
<ExcludeFromClosure Include="System.Web" />
<ExcludeFromClosure Include="System.Xml" />
<ExcludeFromClosure Include="System.Xml.Linq" />
<ExcludeFromClosure Include="System.Core" />
<ExcludeFromClosure Include="System.Data" />
</ItemGroup>

<ItemGroup>
Expand Down
301 changes: 300 additions & 1 deletion src/shims/ApiCompatBaseline.netcoreapp.netfx461.txt

Large diffs are not rendered by default.

164 changes: 1 addition & 163 deletions src/shims/ApiCompatBaseline.netcoreapp.netstandard20.txt

Large diffs are not rendered by default.

309 changes: 300 additions & 9 deletions src/shims/ApiCompatBaseline.uap.netfx461.txt

Large diffs are not rendered by default.

4,442 changes: 91 additions & 4,351 deletions src/shims/ApiCompatBaseline.uap.netstandard20.txt

Large diffs are not rendered by default.

309 changes: 300 additions & 9 deletions src/shims/ApiCompatBaseline.uapaot.netfx461.txt

Large diffs are not rendered by default.

4,352 changes: 1 addition & 4,351 deletions src/shims/ApiCompatBaseline.uapaot.netstandard20.txt

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/shims/shims.proj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
<NetFxReference Include="mscorlib" />
<NetFxReference Include="System" />
<NetFxReference Include="System.Core" />
<NetFxReference Include="System.ComponentModel.Composition" />
<NetFxReference Include="System.Data" />
<NetFxReference Include="System.Drawing" />
<NetFxReference Include="System.IO.Compression.FileSystem" />
<NetFxReference Include="System.Numerics" />
<NetFxReference Include="System.Runtime.Serialization" />
<NetFxReference Include="System.Web" />
Expand Down Expand Up @@ -107,7 +110,7 @@
<MakeDir Directories="$(IntermediateOutputPath)" />
<WriteLinesToFile File="$(ApiCompatResponseFile)" Lines="$(ApiCompatArgs)" Overwrite="true" />

<Exec Command="$(ApiCompatCmd) &quot;$(NetFxRefPath)&quot; @&quot;$(ApiCompatResponseFile)&quot; &gt; $(ApiCompatBaselineFile)"
<Exec Command="$(ApiCompatCmd) &quot;@(NetFxContracts)&quot; @&quot;$(ApiCompatResponseFile)&quot; &gt; $(ApiCompatBaselineFile)"
CustomErrorRegularExpression="^[a-zA-Z]+ :"
StandardOutputImportance="Low"
IgnoreExitCode="true"
Expand Down

0 comments on commit 8c96c4e

Please sign in to comment.