mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
remove sql server 2005 and 2008 as options for sql database projects (#18664)
* remove sql server 2005 and 2008 from target platforms * also remove 2005 and 2008 from SqlTargetPlatform enum * fix a windows test
This commit is contained in:
@@ -173,8 +173,6 @@ declare module 'sqldbproj' {
|
||||
* Target platforms for a sql project
|
||||
*/
|
||||
export const enum SqlTargetPlatform {
|
||||
sqlServer2005 = 'SQL Server 2005',
|
||||
sqlServer2008 = 'SQL Server 2008',
|
||||
sqlServer2012 = 'SQL Server 2012',
|
||||
sqlServer2014 = 'SQL Server 2014',
|
||||
sqlServer2016 = 'SQL Server 2016',
|
||||
|
||||
Reference in New Issue
Block a user