summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/threading/monitor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/baseservices/threading/monitor')
-rw-r--r--tests/src/baseservices/threading/monitor/ctorchk/app.config31
-rw-r--r--tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/ctorchk/project.json49
-rw-r--r--tests/src/baseservices/threading/monitor/enter/EnterNull.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/enter/app.config27
-rw-r--r--tests/src/baseservices/threading/monitor/enter/monitorenter.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/enter/project.json49
-rw-r--r--tests/src/baseservices/threading/monitor/exit/ExitNull.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/exit/app.config27
-rw-r--r--tests/src/baseservices/threading/monitor/exit/project.json48
-rw-r--r--tests/src/baseservices/threading/monitor/isentered/app.config31
-rw-r--r--tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/isentered/project.json49
-rw-r--r--tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/pulse/app.config27
-rw-r--r--tests/src/baseservices/threading/monitor/pulse/project.json48
-rw-r--r--tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/pulseall/app.config27
-rw-r--r--tests/src/baseservices/threading/monitor/pulseall/project.json48
-rw-r--r--tests/src/baseservices/threading/monitor/tryenter/app.config31
-rw-r--r--tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/tryenter/project.json48
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj4
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/app.config27
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/project.json48
-rw-r--r--tests/src/baseservices/threading/monitor/wait/app.config31
-rw-r--r--tests/src/baseservices/threading/monitor/wait/project.json48
-rw-r--r--tests/src/baseservices/threading/monitor/wait/waitnull.csproj4
31 files changed, 0 insertions, 746 deletions
diff --git a/tests/src/baseservices/threading/monitor/ctorchk/app.config b/tests/src/baseservices/threading/monitor/ctorchk/app.config
deleted file mode 100644
index c51f616257..0000000000
--- a/tests/src/baseservices/threading/monitor/ctorchk/app.config
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
diff --git a/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj b/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj
index 31b06207a1..dd246958b3 100644
--- a/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj
+++ b/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj
@@ -30,10 +30,6 @@
<Compile Include="CtorChk.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
diff --git a/tests/src/baseservices/threading/monitor/ctorchk/project.json b/tests/src/baseservices/threading/monitor/ctorchk/project.json
deleted file mode 100644
index 78dd7e09cf..0000000000
--- a/tests/src/baseservices/threading/monitor/ctorchk/project.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj b/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj
index 55c9651696..3ce834255a 100644
--- a/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj
+++ b/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj
@@ -33,10 +33,6 @@
<Compile Include="enternull.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/enter/app.config b/tests/src/baseservices/threading/monitor/enter/app.config
deleted file mode 100644
index 62803f5972..0000000000
--- a/tests/src/baseservices/threading/monitor/enter/app.config
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj b/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj
index 60cd41b636..79bc37156a 100644
--- a/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj
+++ b/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj
@@ -30,10 +30,6 @@
<Compile Include="MonitorEnter.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
diff --git a/tests/src/baseservices/threading/monitor/enter/project.json b/tests/src/baseservices/threading/monitor/enter/project.json
deleted file mode 100644
index 90a8b67ec7..0000000000
--- a/tests/src/baseservices/threading/monitor/enter/project.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj b/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj
index 456aacc22a..cb1c447213 100644
--- a/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj
+++ b/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj
@@ -33,10 +33,6 @@
<Compile Include="exitnull.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/exit/app.config b/tests/src/baseservices/threading/monitor/exit/app.config
deleted file mode 100644
index 62803f5972..0000000000
--- a/tests/src/baseservices/threading/monitor/exit/app.config
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tests/src/baseservices/threading/monitor/exit/project.json b/tests/src/baseservices/threading/monitor/exit/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/baseservices/threading/monitor/exit/project.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/isentered/app.config b/tests/src/baseservices/threading/monitor/isentered/app.config
deleted file mode 100644
index c51f616257..0000000000
--- a/tests/src/baseservices/threading/monitor/isentered/app.config
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
diff --git a/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj b/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj
index c12b1613ae..7046b7b665 100644
--- a/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj
+++ b/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj
@@ -30,10 +30,6 @@
<Compile Include="MonitorIsEntered.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
diff --git a/tests/src/baseservices/threading/monitor/isentered/project.json b/tests/src/baseservices/threading/monitor/isentered/project.json
deleted file mode 100644
index 910e72ef8e..0000000000
--- a/tests/src/baseservices/threading/monitor/isentered/project.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Contracts": "4.0.2-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj b/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj
index 2f17436c55..d942471f08 100644
--- a/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj
+++ b/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj
@@ -33,10 +33,6 @@
<Compile Include="pulsenull.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/pulse/app.config b/tests/src/baseservices/threading/monitor/pulse/app.config
deleted file mode 100644
index 62803f5972..0000000000
--- a/tests/src/baseservices/threading/monitor/pulse/app.config
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tests/src/baseservices/threading/monitor/pulse/project.json b/tests/src/baseservices/threading/monitor/pulse/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/baseservices/threading/monitor/pulse/project.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj b/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj
index f066cfbe18..02a5706b2a 100644
--- a/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj
+++ b/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj
@@ -33,10 +33,6 @@
<Compile Include="pulseallnull.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/pulseall/app.config b/tests/src/baseservices/threading/monitor/pulseall/app.config
deleted file mode 100644
index 62803f5972..0000000000
--- a/tests/src/baseservices/threading/monitor/pulseall/app.config
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tests/src/baseservices/threading/monitor/pulseall/project.json b/tests/src/baseservices/threading/monitor/pulseall/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/baseservices/threading/monitor/pulseall/project.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/tryenter/app.config b/tests/src/baseservices/threading/monitor/tryenter/app.config
deleted file mode 100644
index c51f616257..0000000000
--- a/tests/src/baseservices/threading/monitor/tryenter/app.config
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
diff --git a/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj b/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj
index 87b52aa106..4f24c44f81 100644
--- a/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj
+++ b/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj
@@ -30,10 +30,6 @@
<Compile Include="LongTimeOut.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
diff --git a/tests/src/baseservices/threading/monitor/tryenter/project.json b/tests/src/baseservices/threading/monitor/tryenter/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/baseservices/threading/monitor/tryenter/project.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj b/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj
index 848da08f9a..8f07466caf 100644
--- a/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj
+++ b/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj
@@ -33,10 +33,6 @@
<Compile Include="enterexitexit.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj b/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj
index 1242d7bf11..61e7f62fa2 100644
--- a/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj
+++ b/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj
@@ -33,10 +33,6 @@
<Compile Include="noenterobjectnew.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj b/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj
index 5dc707d2b0..e39e56d803 100644
--- a/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj
+++ b/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj
@@ -33,10 +33,6 @@
<Compile Include="noenterobject.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj b/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj
index 564882d7c8..7ced1b7953 100644
--- a/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj
+++ b/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj
@@ -33,10 +33,6 @@
<Compile Include="noentervaltype.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/app.config b/tests/src/baseservices/threading/monitor/unownedlock/app.config
deleted file mode 100644
index 62803f5972..0000000000
--- a/tests/src/baseservices/threading/monitor/unownedlock/app.config
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/project.json b/tests/src/baseservices/threading/monitor/unownedlock/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/baseservices/threading/monitor/unownedlock/project.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/wait/app.config b/tests/src/baseservices/threading/monitor/wait/app.config
deleted file mode 100644
index c51f616257..0000000000
--- a/tests/src/baseservices/threading/monitor/wait/app.config
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
diff --git a/tests/src/baseservices/threading/monitor/wait/project.json b/tests/src/baseservices/threading/monitor/wait/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/baseservices/threading/monitor/wait/project.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
- "System.Collections": "4.0.12-beta-24328-05",
- "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
- "System.Collections.Specialized": "4.0.2-beta-24328-05",
- "System.ComponentModel": "4.0.2-beta-24328-05",
- "System.Console": "4.0.1-beta-24328-05",
- "System.Diagnostics.Process": "4.1.1-beta-24328-05",
- "System.Globalization": "4.0.12-beta-24328-05",
- "System.Globalization.Calendars": "4.0.2-beta-24328-05",
- "System.IO": "4.1.1-beta-24328-05",
- "System.IO.FileSystem": "4.0.2-beta-24328-05",
- "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
- "System.Linq": "4.1.1-beta-24328-05",
- "System.Linq.Queryable": "4.0.2-beta-24328-05",
- "System.Reflection": "4.1.1-beta-24328-05",
- "System.Reflection.Primitives": "4.0.2-beta-24328-05",
- "System.Runtime": "4.1.1-beta-24328-05",
- "System.Runtime.Extensions": "4.1.1-beta-24328-05",
- "System.Runtime.Handles": "4.0.2-beta-24328-05",
- "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
- "System.Runtime.Loader": "4.0.1-beta-24328-05",
- "System.Text.Encoding": "4.0.12-beta-24328-05",
- "System.Threading": "4.0.12-beta-24328-05",
- "System.Threading.Thread": "4.0.1-beta-24328-05",
- "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
- "System.Xml.XDocument": "4.0.12-beta-24328-05",
- "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
- "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
- "test_runtime": {
- "target": "project",
- "exclude": "compile"
- }
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win7-x86": {},
- "win7-x64": {},
- "ubuntu.14.04-x64": {},
- "osx.10.10-x64": {},
- "centos.7-x64": {},
- "rhel.7-x64": {},
- "debian.8-x64": {}
- }
-}
diff --git a/tests/src/baseservices/threading/monitor/wait/waitnull.csproj b/tests/src/baseservices/threading/monitor/wait/waitnull.csproj
index 34f215a3d1..b5f4be7a33 100644
--- a/tests/src/baseservices/threading/monitor/wait/waitnull.csproj
+++ b/tests/src/baseservices/threading/monitor/wait/waitnull.csproj
@@ -30,10 +30,6 @@
<Compile Include="WaitNull.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- <None Include="project.json" />
- </ItemGroup>
- <ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />