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:
Diffstat (limited to 'src/System.Runtime.Handles/tests/Configurations.props')
-rw-r--r--src/System.Runtime.Handles/tests/Configurations.props8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/System.Runtime.Handles/tests/Configurations.props b/src/System.Runtime.Handles/tests/Configurations.props
new file mode 100644
index 0000000000..98f53209d4
--- /dev/null
+++ b/src/System.Runtime.Handles/tests/Configurations.props
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildConfigurations>
+ netstandard1.7;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project>