提交 cc0472d0 编写于 作者: T Tanner Gooding

Cleaning up some of the project.json

上级 16858817
......@@ -4,7 +4,6 @@
"net46": { }
},
"runtimes": {
"win7-x86": { },
"win7-x64": { }
"win7-x86": { }
}
}
......@@ -20,8 +20,12 @@
<RoslynProjectType>DeploymentTest</RoslynProjectType>
<OutDir>$(OutDir)CoreClrTest</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
</ItemGroup>
......
......@@ -5,10 +5,9 @@
"System.Collections.Immutable": "1.3.0"
},
"frameworks": {
".NETFramework,Version=v4.6": { }
"net46": { }
},
"runtimes": {
"win": { },
"win7": { }
}
}
\ No newline at end of file
......@@ -5,10 +5,9 @@
"System.Collections.Immutable": "1.3.0"
},
"frameworks": {
".NETFramework,Version=v4.6": { }
"net46": { }
},
"runtimes": {
"win": { },
"win7": { }
}
}
\ No newline at end of file
......@@ -11,8 +11,8 @@
"NETCoreApp1.0": { }
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"osx.10.10-x64": { }
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
......@@ -9,8 +9,8 @@
"NETCoreApp1.0": { }
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"osx.10.10-x64": { }
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
......@@ -11,8 +11,8 @@
"NETCoreApp1.0": { }
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"osx.10.10-x64": { }
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
......@@ -9,8 +9,8 @@
"NETCoreApp1.0": { }
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"osx.10.10-x64": { }
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
......@@ -11,8 +11,8 @@
"NETCoreApp1.0": { }
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"osx.10.10-x64": { }
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册