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:
authorEric St. John <ericstj@microsoft.com>2016-05-25 01:41:40 +0300
committerEric St. John <ericstj@microsoft.com>2016-05-25 07:49:17 +0300
commit7ba4d296e3e0a2445ffa708c1e918d90d2bac69c (patch)
tree75de16409c31c2fce53d0cb5c4ca9486066ef9d3 /Documentation/building
parent6f53b750ad55f74091950b58b84320f9110ce24f (diff)
Update tests to use NETCoreApp1.0 moniker
Requires https://github.com/dotnet/buildtools/pull/751 This makes all the tests resolve using NETCoreApp1.0 instead of DNXCore50. I've removed the netstandard1.6 import since that is no longer needed. I've also removed the workarounds from tests that were targeting netcoreapp1.0 on their own. For restore compat I've added an DNXCore50 import to every test project. These can be removed once test-runtime packages are updated to target NETCoreApp1.0. I've updated all the test scripts which were assuming DNXCore50 as well as docs which referred to this path.
Diffstat (limited to 'Documentation/building')
-rw-r--r--Documentation/building/windows-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index b2bd9f3470..7a710990e5 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -135,7 +135,7 @@ xunit.console.netcore.exe *.dll -notrait category=nonosxtests -trait category=Ou
xunit.console.netcore.exe *.dll -notrait category=nonlinuxtests -trait category=failing
```
-All the required dlls to run a test project can be found in `bin\tests\{Configration}\{Project}.Tests\dnxcore50\` which should be created when the test project is built.
+All the required dlls to run a test project can be found in `bin\tests\{Configration}\{Project}.Tests\netcoreapp1.0\` which should be created when the test project is built.
### Running tests from Visual Studio