提交 980ca4a3 编写于 作者: J Jared Parsons

More

上级 67f6d20d
......@@ -212,7 +212,7 @@ function BuildSolution() {
$projects = Join-Path $RepoRoot $solution
$toolsetBuildProj = InitializeToolset
$testTargetFrameworks = if ($testCoreClr) { 'netcoreapp3.1;net5.0' } else { "" }
$testTargetFrameworks = if ($testCoreClr) { 'net5.0' } else { "" }
$ibcDropName = GetIbcDropName
......@@ -251,7 +251,7 @@ function BuildSolution() {
/p:OfficialBuildId=$officialBuildId `
/p:UseRoslynAnalyzers=$runAnalyzers `
/p:BootstrapBuildPath=$bootstrapDir `
/p:TestTargetFrameworks='$testTargetFrameworks' `
/p:TestTargetFrameworks=$testTargetFrameworks `
/p:TreatWarningsAsErrors=$warnAsError `
/p:EnableNgenOptimization=$applyOptimizationData `
/p:IbcOptimizationDataDir=$ibcDir `
......
......@@ -266,7 +266,7 @@ function BuildSolution {
test_runtime_args="--debug"
elif [[ "$test_core_clr" == true ]]; then
test=true
test_runtime="/p:TestRuntime=Core /p:TestTargetFrameworks=netcoreapp3.1;net5.0"
test_runtime="/p:TestRuntime=Core /p:TestTargetFrameworks=net5.0"
mono_tool=""
fi
......
......@@ -4,7 +4,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.UnitTests</RootNamespace>
<TargetFrameworks>net5.0;netcoreapp3.1;net472</TargetFrameworks>
<TargetFrameworks>net5.0;net472</TargetFrameworks>
<UseWpf>true</UseWpf>
<IsShipping>false</IsShipping>
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册