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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CoreCLR/runtest/src/dir.props')
-rw-r--r--tests/CoreCLR/runtest/src/dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CoreCLR/runtest/src/dir.props b/tests/CoreCLR/runtest/src/dir.props
index 5a67e6a83..0eb64a80e 100644
--- a/tests/CoreCLR/runtest/src/dir.props
+++ b/tests/CoreCLR/runtest/src/dir.props
@@ -69,8 +69,8 @@
<!-- Default Test platform to deploy the netstandard compiled tests to -->
<PropertyGroup>
- <!-- we default TestTFM and FilterToTestTFM to netcoreapp1.0 if they are not explicity defined -->
- <DefaultTestTFM Condition="'$(DefaultTestTFM)'==''">netcoreapp1.0</DefaultTestTFM>
+ <!-- we default TestTFM and FilterToTestTFM to netcoreapp2.1 if they are not explicity defined -->
+ <DefaultTestTFM Condition="'$(DefaultTestTFM)'==''">netcoreapp2.1</DefaultTestTFM>
<TestTFM Condition="'$(TestTFM)'==''">$(DefaultTestTFM)</TestTFM>
<FilterToTestTFM Condition="'$(FilterToTestTFM)'==''">$(DefaultTestTFM)</FilterToTestTFM>
</PropertyGroup>