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-09-20 00:49:01 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-09-20 00:49:01 +0300
commite6ca0b494dbd37b6ce6cc84207f86c004f3aa341 (patch)
treed75df55a8cdfd0895aed74555f5ec7b6b991179d /dir.props
parent1192eb5737ff557d14f4e8613452a32f383a2b74 (diff)
Fix Performance package references after dev/api merge
The performance package versions were reverted after the dev/api merge. This change bumps them back up as well as adds validation for the package version so we should catch this in the future.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props10
1 files changed, 3 insertions, 7 deletions
diff --git a/dir.props b/dir.props
index 80aa264931..5e2c449767 100644
--- a/dir.props
+++ b/dir.props
@@ -18,10 +18,6 @@
</PropertyGroup>
<PropertyGroup>
- <XunitPerfAnalysisPackageVersion>1.0.0-alpha-build0040</XunitPerfAnalysisPackageVersion>
- </PropertyGroup>
-
- <PropertyGroup>
<InputOSGroup Condition="'$(InputOSGroup)'==''">$(OSEnvironment)</InputOSGroup>
</PropertyGroup>
@@ -71,8 +67,8 @@
<!-- Provides package dependency version properties and verification/auto-upgrade configuration -->
<Import Project="$(MSBuildThisFileDirectory)dependencies.props" />
- <!-- Explicitly setting
- - SupportsUWP to true when TargetGroup is uap101*. This will enable the correct pinvoke checker to be picked
+ <!-- Explicitly setting
+ - SupportsUWP to true when TargetGroup is uap101*. This will enable the correct pinvoke checker to be picked
- BlockReflectionAttribute to true. This will enable injecting BlockReflectionAttribute.cs into the compile target.
TODO: Both of these properties are being set in buildtools targets, however they need to be updated to reflect uap101 changes.
-->
@@ -470,7 +466,7 @@
<TestTFM Condition="'$(TestTFM)'=='' AND '$(TargetGroup)'=='netstandard1.7'">netcoreapp1.1</TestTFM>
<TestTFM Condition="'$(TestTFM)'==''">netcoreapp1.0</TestTFM>
<!-- we default FilterToTestTFM to netcoreapp1.1 if it is not explicity defined -->
- <FilterToTestTFM Condition="'$(FilterToTestTFM)'==''">netcoreapp1.1</FilterToTestTFM>
+ <FilterToTestTFM Condition="'$(FilterToTestTFM)'==''">netcoreapp1.1</FilterToTestTFM>
</PropertyGroup>
<ItemGroup>