Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d21ba9f

Browse files
committed
Update launchSettings to use 'SqlServer' identifier (latest version of SQL Server)
1 parent 170aae6 commit d21ba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentMigrator.DotNet.Cli/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"FluentMigrator.DotNet.Cli": {
44
"commandName": "Project",
5-
"commandLineArgs": "migrate -p SqlServer2016 -c \"Server=localhost;Database=FluentMigrator;Integrated Security=SSPI;TrustServerCertificate=True;\" --assembly ..\\..\\..\\..\\..\\samples\\FluentMigrator.Example.Migrations\\bin\\Debug\\netstandard2.0\\FluentMigrator.Example.Migrations.dll"
5+
"commandLineArgs": "migrate -p SqlServer -c \"Server=localhost;Database=FluentMigrator;Integrated Security=SSPI;TrustServerCertificate=True;\" --assembly ..\\..\\..\\..\\..\\samples\\FluentMigrator.Example.Migrations\\bin\\Debug\\netstandard2.0\\FluentMigrator.Example.Migrations.dll"
66
}
77
}
88
}

0 commit comments

Comments
 (0)