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:
authorWes Haggard <Wes.Haggard@microsoft.com>2016-10-01 06:39:24 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-10-01 20:55:35 +0300
commit64a737e43afb7954d0105da8f360a1669ebe2a2d (patch)
tree680ea541bf321be1bc82607a0d6fe32fa2e55ced /src/System.Runtime.CompilerServices.Unsafe/tests
parent7a9f172bfe047bc90c88b87cfb7c3f04a0086de9 (diff)
Update xunit.netcore.extensions package
This allows us to start using TestPlatforms added with https://github.com/dotnet/buildtools/pull/1000
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe/tests')
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/tests/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Runtime.CompilerServices.Unsafe/tests/project.json b/src/System.Runtime.CompilerServices.Unsafe/tests/project.json
index bc9589868e..7e69347f0c 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/tests/project.json
+++ b/src/System.Runtime.CompilerServices.Unsafe/tests/project.json
@@ -6,8 +6,8 @@
"target": "project",
"exclude": "compile"
},
- "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00807-03",
- "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03"
+ "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00830-02",
+ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00830-02"
},
"frameworks": {
"netstandard1.3": {}