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>2017-01-25 10:48:33 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-25 21:51:18 +0300
commit1cf72d2cbd3ea1e2570eb74d1e12cc3f0ec5fd07 (patch)
treecba0623b9dc9ebb9bf5c910827c20dc3cd902aaa /src/System.Runtime
parent46fd630d59f0d996ad621bfd32d6d1fd46d8e3bc (diff)
Add Configurations to tests to fix p2p
Diffstat (limited to 'src/System.Runtime')
-rw-r--r--src/System.Runtime/tests/TestAssembly/Configurations.props8
-rw-r--r--src/System.Runtime/tests/TestLoadAssembly/Configurations.props8
2 files changed, 16 insertions, 0 deletions
diff --git a/src/System.Runtime/tests/TestAssembly/Configurations.props b/src/System.Runtime/tests/TestAssembly/Configurations.props
new file mode 100644
index 0000000000..c398e42e89
--- /dev/null
+++ b/src/System.Runtime/tests/TestAssembly/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>
+ netstandard;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/src/System.Runtime/tests/TestLoadAssembly/Configurations.props b/src/System.Runtime/tests/TestLoadAssembly/Configurations.props
new file mode 100644
index 0000000000..c398e42e89
--- /dev/null
+++ b/src/System.Runtime/tests/TestLoadAssembly/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>
+ netstandard;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project> \ No newline at end of file