mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Update to srgen to remove strict dependency to netcore 3.1 (#1618)
* first changes * added roll forward major to fix 3.1 dependency issue.
This commit is contained in:
@@ -643,7 +643,7 @@ Task("SRGen")
|
||||
}
|
||||
|
||||
// Run SRGen
|
||||
var dotnetArgs = string.Format("{0} -or \"{1}\" -oc \"{2}\" -ns \"{3}\" -an \"{4}\" -cn SR -l CS -dnx \"{5}\"",
|
||||
var dotnetArgs = string.Format("--roll-forward Major {0} -or \"{1}\" -oc \"{2}\" -ns \"{3}\" -an \"{4}\" -cn SR -l CS -dnx \"{5}\"",
|
||||
srgenPath, outputResx, outputCs, projectName, projectNameSpace, projectStrings);
|
||||
Information("{0}", dotnetcli);
|
||||
Information("{0}", dotnetArgs);
|
||||
|
||||
Reference in New Issue
Block a user