Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shulman <david.shulman@microsoft.com>2016-09-09 01:14:10 +0300
committerDavid Shulman <david.shulman@microsoft.com>2016-09-09 01:17:03 +0300
commit8c3c310ea89c24de8b77f51f6ded92c604d93bb9 (patch)
tree5411ba30e7f184b6b1cf6d6fb4f5f21ff3837808 /dependencies.props
parent2695ef09cf5dde810cbc56339fb0bbcfc68154c9 (diff)
Pick up async fixes for microsoft.xunit.runner.uwp
See: https://github.com/dotnet/buildtools/pull/1025 These fixes are needed to run async test methods for UWP
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.props b/dependencies.props
index fbcc852ef3..77b774a568 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -15,7 +15,7 @@
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <AppXRunnerVersion>1.0.3-prerelease-00807-03</AppXRunnerVersion>
+ <AppXRunnerVersion>1.0.3-prerelease-00808-02</AppXRunnerVersion>
</PropertyGroup>
<!-- Package dependency verification/auto-upgrade configuration. -->