Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2016-03-15 22:49:24 +0300
committerMichal Strehovský <michals@microsoft.com>2016-03-15 22:49:24 +0300
commit323140e810a0da1de12fada4f095e6003c3a341b (patch)
treef8008b1979fade7fa25f5f245dbf77d85c7af7e5 /src/System.Private.Reflection.Metadata
parent2f7b61d59b479a16016fdc38d76cfb106956f7d7 (diff)
Delete net46 from metadata tests
Apparently, this is the voodoo to get rid of "System.Security.Cryptography.OpenSsl 4.0.0-rc2-23910 is not compatible with .NETFramework,Version=v4.6" on Linux.
Diffstat (limited to 'src/System.Private.Reflection.Metadata')
-rw-r--r--src/System.Private.Reflection.Metadata/tests/project.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.Reflection.Metadata/tests/project.json b/src/System.Private.Reflection.Metadata/tests/project.json
index d06c2cd1a..9e83222ec 100644
--- a/src/System.Private.Reflection.Metadata/tests/project.json
+++ b/src/System.Private.Reflection.Metadata/tests/project.json
@@ -5,7 +5,6 @@
"xunit.netcore.extensions": "1.0.0-prerelease-*"
},
"frameworks": {
- "net46": {},
"dnxcore50": {
"imports": "portable-net451+win8"
}