[.NET Core] ALLOW WIN7 TARGETTING (#546)

This commit is contained in:
Henrik Gaßmann
2017-05-19 15:04:17 +02:00
committed by Frank Denis
parent efb097d957
commit b3d1a638cf
+2 -2
View File
@@ -8,8 +8,8 @@ WINDOWS = [
# --------------------- ----------------- #
# Runtime ID Platform #
# --------------------- ----------------- #
( 'win10-x64', 'x64' ),
( 'win10-x86', 'Win32' ),
( 'win7-x64', 'x64' ),
( 'win7-x86', 'Win32' ),
# --------------------- ----------------- #
]