summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system/io/ioexception
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-19 19:03:28 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-08-23 16:37:38 -0700
commit513543505aaa43108d3a6fffc85dd0b81f91b23a (patch)
treee9591dc49b2a620ce93f8c94ada4be1c127294b8 /tests/src/CoreMangLib/cti/system/io/ioexception
parent3b8c43389488ce1c33c0909b72f3a5092abc4826 (diff)
downloadcoreclr-513543505aaa43108d3a6fffc85dd0b81f91b23a.tar.gz
coreclr-513543505aaa43108d3a6fffc85dd0b81f91b23a.tar.bz2
coreclr-513543505aaa43108d3a6fffc85dd0b81f91b23a.zip
Bulk moving Tests to use uber project.json
Diffstat (limited to 'tests/src/CoreMangLib/cti/system/io/ioexception')
-rw-r--r--tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj4
-rw-r--r--tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj4
-rw-r--r--tests/src/CoreMangLib/cti/system/io/ioexception/app.config27
-rw-r--r--tests/src/CoreMangLib/cti/system/io/ioexception/project.json48
4 files changed, 0 insertions, 83 deletions
diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj
index e492714fc4..b0e15e8a38 100644
--- a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj
+++ b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj
@@ -33,10 +33,6 @@
<Compile Include="ioexceptionctor1.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/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj
index c579cb1bdc..e426122b93 100644
--- a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj
+++ b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj
@@ -33,10 +33,6 @@
<Compile Include="ioexceptionctor2.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/CoreMangLib/cti/system/io/ioexception/app.config b/tests/src/CoreMangLib/cti/system/io/ioexception/app.config
deleted file mode 100644
index 62803f5972..0000000000
--- a/tests/src/CoreMangLib/cti/system/io/ioexception/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/CoreMangLib/cti/system/io/ioexception/project.json b/tests/src/CoreMangLib/cti/system/io/ioexception/project.json
deleted file mode 100644
index 373424221c..0000000000
--- a/tests/src/CoreMangLib/cti/system/io/ioexception/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": {}
- }
-}