From 5963e4335d3f4f148c54afd89efa04e5c7a5a73d Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Wed, 19 Oct 2022 08:26:11 -0700 Subject: [PATCH] ci: remove `TargetLatestRuntimePatch` property The `TargetLatestRuntimePatch` property forces the `runtimeconfig.json` of our executables to specify the latest version of the runtime that the SDK we used to build knows about, instead of targeting `6.0.xxx`. Forcing this higher version makes any executables we produce less portable. --- Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1db3e90b3..b5662906e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,6 @@ latest AllEnabledByDefault true - true