Skip to content

Commit

Permalink
enabling index check (dotnet#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored and ViktorHofer committed Nov 27, 2019
1 parent 3571bdb commit 72ae1f1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/packaging.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<PlatformPackageVersion>$(ProductVersion)</PlatformPackageVersion>
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
<SkipGenerationCheck>true</SkipGenerationCheck>
<SkipIndexCheck>true</SkipIndexCheck>
</PropertyGroup>

<PropertyGroup Condition="'$(DotNetBuildFromSource)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@
"wp8": "8.0.0.0"
}
},
"Microsoft.Private.CoreFx.OOB": {
"InboxOn": {}
},
"Microsoft.Private.PackageBaseline": {
"StableVersions": [
"1.0.0"
],
"InboxOn": {}
},
"Microsoft.VisualBasic": {
"StableVersions": [
"10.0.0",
Expand Down Expand Up @@ -374,6 +383,17 @@
"5.0.0.0": "5.0.0"
}
},
"Microsoft.Windows.Compatibility": {
"StableVersions": [
"2.0.0",
"2.0.1",
"2.1.0",
"2.1.1",
"3.0.0",
"3.0.1"
],
"InboxOn": {}
},
"Microsoft.Windows.Compatibility.Shims": {
"StableVersions": [
"2.0.0",
Expand Down

0 comments on commit 72ae1f1

Please sign in to comment.