Update migration service to 4.5.0.28 (#22020)

This PR updates the JSON-RPC Migration service to the latest version. Critically, it also changes the dotnet version to 7.0. The STS dotnet version was recently changed, which changed the names of the release packages and broke our existing links.
This commit is contained in:
AkshayMata
2023-02-24 08:57:06 -08:00
committed by GitHub
parent 8715f2bdb4
commit a9166194cb

View File

@@ -1,12 +1,12 @@
{
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.migration-{#fileName#}",
"useDefaultLinuxRuntime": true,
"version": "4.5.0.12",
"version": "4.5.0.28",
"downloadFileNames": {
"Windows_86": "win-x86-net6.0.zip",
"Windows_64": "win-x64-net6.0.zip",
"OSX": "osx-x64-net6.0.tar.gz",
"Linux": "rhel-x64-net6.0.tar.gz"
"Windows_86": "win-x86-net7.0.zip",
"Windows_64": "win-x64-net7.0.zip",
"OSX": "osx-x64-net7.0.tar.gz",
"Linux": "rhel-x64-net7.0.tar.gz"
},
"installDirectory": "./migrationService/{#platform#}/{#version#}",
"executableFiles": ["MicrosoftSqlToolsMigration", "MicrosoftSqlToolsMigration.exe"],