Skip to content

Commit df9b10e

Browse files
authored
Mark Microsoft.Diagnostics.Tracing.EventSource.Redist Package as Stable with Version 2.0 (dotnet#27219)
* Set a 2.0.0 stable version for System.Diagnostics.Tracing.EventSource.Redist * Set HarvestStablePackage=false for Microsoft.Diagnostics.Tracing.EventSource.Redist.
1 parent b89d83a commit df9b10e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
}
9999
},
100100
"Microsoft.Diagnostics.Tracing.EventSource.Redist": {
101+
"StableVersions": [
102+
"2.0.0"
103+
],
101104
"InboxOn": {},
102105
"AssemblyVersionInPackageVersion": {
103106
"2.0.0.0": "2.0.0"

src/Microsoft.Diagnostics.Tracing.EventSource.Redist/pkg/Microsoft.Diagnostics.Tracing.EventSource.Redist.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</ItemGroup>
1010

1111
<PropertyGroup>
12+
<HarvestStablePackage>false</HarvestStablePackage>
1213
<SkipPackageFileCheck>true</SkipPackageFileCheck>
1314
</PropertyGroup>
1415

0 commit comments

Comments
 (0)