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
Add optional.json back into the auto-update list, and manually update…
Browse files Browse the repository at this point in the history
… it once
  • Loading branch information
mellinoe committed Apr 11, 2017
1 parent 56cf995 commit 032050e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,8 @@
<PackageId>microsoft.xunit.runner.uwp</PackageId>
<Version>$(AppXRunnerVersion)</Version>
</DependencyBuildInfo>

<!-- project.json files to update -->
<ProjectJsonFiles Include="$(MSBuildThisFileDirectory)external\**\optional.json" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion external/test-runtime/optional.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
"Microsoft.DotNet.UAP.TestTools": "1.0.2",
"TestILCNugetPackageForCoreFX": "1.0.0-beta-25210-00"
"TestILCNugetPackageForCoreFX": "1.0.0-beta-25211-00"
}
}
}
Expand Down

0 comments on commit 032050e

Please sign in to comment.