From b3d1a638cf20bfd03baf608e3448219e135cf370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Ga=C3=9Fmann?= Date: Fri, 19 May 2017 15:04:17 +0200 Subject: [PATCH] [.NET Core] ALLOW WIN7 TARGETTING (#546) --- packaging/dotnet-core/prepare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/dotnet-core/prepare.py b/packaging/dotnet-core/prepare.py index ee174513..146c6238 100644 --- a/packaging/dotnet-core/prepare.py +++ b/packaging/dotnet-core/prepare.py @@ -8,8 +8,8 @@ WINDOWS = [ # --------------------- ----------------- # # Runtime ID Platform # # --------------------- ----------------- # - ( 'win10-x64', 'x64' ), - ( 'win10-x86', 'Win32' ), + ( 'win7-x64', 'x64' ), + ( 'win7-x86', 'Win32' ), # --------------------- ----------------- # ]