提交 ccee3f4e 编写于 作者: J Jason Malinowski 提交者: GitHub

Merge pull request #12441 from jasonmalinowski/fix-some-fast-up-to-date-check-issues

Fix some fast up to date check issues
......@@ -7,8 +7,5 @@
<TargetPath></TargetPath> <!-- Prevent projects referencing this from trying to pass us to the compiler -->
</PropertyGroup>
<Target Name="CoreCompile" /> <!-- Prevent Csc from being called -->
<Target Name="GenerateTargetFrameworkMonikerAttribute" /> <!-- Don't generate TFM attribute -->
<Target Name="RuntimeImplementationProjectOutputGroup" /> <!-- Group always attempts resolve runtime, regardless of <CopyNuGetImplementations>-->
</Project>
\ No newline at end of file
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Settings.targets" />
<Import Project="VSL.Settings.targets" />
<PropertyGroup>
<IsDeployment Condition="'$(IsDeployment)' == ''">false</IsDeployment>
......@@ -14,8 +14,6 @@
</PropertyGroup>
<PropertyGroup>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<OutputType>Library</OutputType>
</PropertyGroup>
......@@ -33,4 +31,4 @@
<PropertyGroup>
<MicroBuildVersion>0.2.0</MicroBuildVersion>
</PropertyGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -2,7 +2,7 @@
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
......@@ -3,7 +3,7 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"dependencies": { },
"frameworks": {
"NETCoreApp1.0": {
"imports": ["portable-net452", "dotnet"]
"imports": "portable-net452"
}
},
"runtimes": {
......
......@@ -2,7 +2,7 @@
"dependencies": { },
"frameworks": {
"NETCoreApp1.0": {
"imports": ["portable-net452", "dotnet"]
"imports": "portable-net452"
}
},
"runtimes": {
......
......@@ -5,7 +5,7 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
......@@ -4,7 +4,7 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
\ No newline at end of file
......@@ -21,7 +21,7 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
......@@ -2,7 +2,7 @@
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
......@@ -4,7 +4,7 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
......@@ -4,7 +4,7 @@
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net452", "dotnet5.4" ]
"imports": "portable-net452"
}
}
}
......@@ -9,16 +9,14 @@
"System.Diagnostics.Tools": "4.0.1",
"System.IO.FileSystem": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Text.RegularExpressions": "4.1.0",
"System.Threading.Thread": "4.0.0",
"System.Xml.XDocument": "4.0.11",
"System.Xml.XmlDocument": "4.0.1"
},
"frameworks": {
"netstandard1.3": {
"imports": [
"portable-net452",
"dotnet"
]
"imports": "portable-net452"
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册