Update templates
This commit is contained in:
parent
17cf7fe314
commit
d9a481781b
5 changed files with 35 additions and 11 deletions
|
@ -392,7 +392,7 @@ namespace EndToEnd.Tests
|
|||
string[] runtimeFolders = Directory.GetDirectories(Path.Combine(dotnetFolder, "shared", "Microsoft.NETCore.App"));
|
||||
|
||||
int latestMajorVersion = runtimeFolders.Select(folder => int.Parse(Path.GetFileName(folder).Split('.').First())).Max();
|
||||
if (latestMajorVersion == 7)
|
||||
if (latestMajorVersion == 8)
|
||||
{
|
||||
return $"net{latestMajorVersion}.0";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue