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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-04-21 15:21:56 +0300
committerGitHub <noreply@github.com>2022-04-21 15:21:56 +0300
commit2894f5422c0406555c224ef55880f9527571eefd (patch)
tree1f2854ef612e4b1312e5b9df99dea0ed59a34be5 /Directory.Build.props
parenta4d45b2c8ed201d191ed02038b7b28236e22dbf7 (diff)
Update Microsoft.DotNet.Helix.Sdk (#68024)
Extracted from https://github.com/dotnet/runtime/pull/67771 to get the fix for https://github.com/dotnet/runtime/issues/67349 Updates the WASM tests to always use net6.0 until we can upgrade to a net7.0 SDK. Co-authored-by: Premek Vysoky <premek.vysoky@microsoft.com>
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 2ec01ea57e6..ba959a65cba 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -74,6 +74,9 @@
<TargetFrameworkForNETFrameworkTasks Condition="'$(DotNetBuildFromSource)' == 'true'" />
<TargetFrameworkForNETCoreTasks>$(NetCoreAppToolCurrent)</TargetFrameworkForNETCoreTasks>
+
+ <!-- TODO (#68024): remove this once we're using a 7.0 SDK -->
+ <XHarnessTargetFramework>net6.0</XHarnessTargetFramework>
</PropertyGroup>
<PropertyGroup>