Update templates

This commit is contained in:
wtgodbe 2022-08-25 15:07:25 -07:00
parent 17cf7fe314
commit d9a481781b
5 changed files with 35 additions and 11 deletions

View file

@ -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";
}