OSDN Git Service

AppliStation,全部のバージョン表記を1.2.1にしたりした。また、win7がwin2008と間違って認識するバグの修正
[applistation/AppliStation.git] / na-get-lib / NaGet.Packages / Platform.cs
index f26bf30..26e685e 100644 (file)
@@ -18,7 +18,8 @@ namespace NaGet.Packages
                WINXP = 151,\r
                WIN2003 = 152,\r
                VISTA = 160,\r
-               WIN2008 = 161,\r
+               WIN2008 = 160,\r
+               WIN7 = 161,\r
        }\r
        \r
        public class Platform\r
@@ -174,7 +175,7 @@ namespace NaGet.Packages
                                                        case 0:\r
                                                                return PlatformOSType.VISTA;\r
                                                        case 1:\r
-                                                               return PlatformOSType.WIN2008;\r
+                                                               return PlatformOSType.WIN7;\r
                                                }\r
                                        }\r
                                        break;\r