提交 32c47577 编写于 作者: T Tomas Matousek

Revert "Remove comments and unnecessary imports"

This reverts commit 359eba13.
上级 195aa145
......@@ -2,7 +2,8 @@
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// xunit isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -15,7 +15,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "dotnet5.4" ]
// Microsoft.Build.* isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -3,7 +3,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// xunit isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
\ No newline at end of file
......@@ -10,7 +10,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// xunit isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -4,7 +4,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -4,7 +4,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -4,7 +4,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -4,7 +4,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
\ No newline at end of file
......@@ -4,7 +4,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
\ No newline at end of file
......@@ -3,7 +3,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// xunit isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -3,7 +3,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// xunit isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -4,6 +4,7 @@
},
"frameworks": {
"dnxcore50": {
// xunit isn't compat with netstandard
"imports": "portable-net452"
}
},
......
......@@ -15,7 +15,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// xunit is not compatible with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -7,6 +7,7 @@
},
"frameworks": {
"dnxcore50": {
// xunit isn't compat with netstandard
"imports": "portable-net452"
}
},
......
......@@ -2,7 +2,8 @@
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
......@@ -6,7 +6,8 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
\ No newline at end of file
......@@ -2,7 +2,8 @@
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452" ]
// Microsoft.Composition isn't compat with netstandard
"imports": [ "portable-net452", "dotnet5.4" ]
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册