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
Mark packages as stable for 2.0.4 (#25321)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Nov 20, 2017
1 parent 0912774 commit 0f6d0a0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
30 changes: 20 additions & 10 deletions pkg/Microsoft.Private.PackageBaseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"4.0.1",
"4.0.0",
"4.3.0",
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {
Expand Down Expand Up @@ -736,7 +737,8 @@
"4.0.10",
"4.1.0",
"4.3.0",
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {
Expand Down Expand Up @@ -966,7 +968,8 @@
},
"System.Configuration.ConfigurationManager": {
"StableVersions": [
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand Down Expand Up @@ -1121,7 +1124,8 @@
"4.1.0",
"4.3.0",
"4.4.0",
"4.4.1"
"4.4.1",
"4.4.2"
],
"BaselineVersion": "4.4.0",
"InboxOn": {
Expand Down Expand Up @@ -1977,7 +1981,8 @@
"StableVersions": [
"4.0.0",
"4.3.0",
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand Down Expand Up @@ -3796,7 +3801,8 @@
"StableVersions": [
"4.0.0",
"4.3.0",
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand Down Expand Up @@ -4016,7 +4022,8 @@
},
"System.Security.Cryptography.Xml": {
"StableVersions": [
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand All @@ -4026,7 +4033,8 @@
},
"System.Security.Permissions": {
"StableVersions": [
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand Down Expand Up @@ -4077,7 +4085,8 @@
"StableVersions": [
"4.0.0",
"4.3.0",
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand Down Expand Up @@ -4284,7 +4293,8 @@
"StableVersions": [
"4.1.0",
"4.3.0",
"4.4.0"
"4.4.0",
"4.4.1"
],
"BaselineVersion": "4.4.0",
"InboxOn": {},
Expand Down
6 changes: 1 addition & 5 deletions src/packages.builds
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.PackageBaseline\Microsoft.Private.PackageBaseline.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<!-- add specific builds / pkgproj's here to include in servicing builds -->
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.CoreFx.NETCoreApp\Microsoft.Private.CoreFx.NETCoreApp.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<!-- add specific builds / pkgproj's here to include in servicing builds -->
<Project Include="Microsoft.CSharp\pkg\*.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
Expand Down Expand Up @@ -54,10 +54,6 @@
<Project Include="System.ServiceProcess.ServiceController\pkg\*.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<!-- Servicing support package to include the changes required for 4.7.1 -->
<Project Include="$(MSBuildThisFileDirectory)..\pkg\NETStandard.Library.NETFramework\NETStandard.Library.NETFramework.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
</ItemGroup>

<UsingTask TaskName="GenerateNetStandardSupportTable" AssemblyFile="$(PackagingTaskDir)Microsoft.DotNet.Build.Tasks.Packaging.dll" />
Expand Down

0 comments on commit 0f6d0a0

Please sign in to comment.