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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2022-10-27 23:53:43 +0300
committerGitHub <noreply@github.com>2022-10-27 23:53:43 +0300
commit997d750124b1325918e059c12df2f370f7da0de8 (patch)
tree377622f83ffac90e2c3e8809f6d8496fb67ce577 /test
parentde816cec0f86acfb30682e1609a0b7567afd3dc0 (diff)
Upgrade MSBuild ref and downgrade global.json (#3089)
The official build has an old version of MSBuild so we can't use a new version of MSBuild. However, we do need a higher version of MSBuild as our ref for the tasks, so this also upgrades the version of MSBuild. The two changes are technically separate, even though they both involve MSBuild.
Diffstat (limited to 'test')
-rw-r--r--test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj b/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj
index 21a8efc47..486d60397 100644
--- a/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj
+++ b/test/ILLink.Tasks.Tests/ILLink.Tasks.Tests.csproj
@@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Build.Framework" Version="$(MicrosoftBuildFrameworkVersion)" />
- <PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCoreVersion)" />
+ <PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildFrameworkVersion)" />
</ItemGroup>
<ItemGroup>