Update StringResourceTool for netcoreapp3.1 version (#978)

This commit is contained in:
Charles Gagnon
2020-06-15 12:22:53 -07:00
committed by GitHub
parent 5ad23552b4
commit 89e7afd53b
3 changed files with 3 additions and 4 deletions

View File

@@ -584,7 +584,7 @@ Task("SRGen")
continue;
}
var srgenPath = System.IO.Path.Combine(toolsFolder, "Microsoft.Data.Tools.StringResourceTool", "lib", "netcoreapp2.2", "srgen.dll");
var srgenPath = System.IO.Path.Combine(toolsFolder, "Microsoft.Data.Tools.StringResourceTool", "lib", "netcoreapp3.1", "srgen.dll");
var outputResx = System.IO.Path.Combine(localizationDir, "sr.resx");
var inputXliff = System.IO.Path.Combine(localizationDir, "transXliff");
var outputXlf = System.IO.Path.Combine(localizationDir, "sr.xlf");