From 5b4f0026ff762d5c95bcf57150fcf283774e0ca0 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sat, 11 Sep 2021 01:28:27 +0800 Subject: [PATCH] Feature: framework rollForward Major this allows you to run .NET application targeting 5.x.x running on .NET 6.x.x runtime, but it's unsupported, May behave unexpectedly. --- Netch/runtimeconfig.template.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Netch/runtimeconfig.template.json diff --git a/Netch/runtimeconfig.template.json b/Netch/runtimeconfig.template.json new file mode 100644 index 00000000..df51dbdc --- /dev/null +++ b/Netch/runtimeconfig.template.json @@ -0,0 +1,3 @@ +{ + "rollForward": "Major" +} \ No newline at end of file