Update SupportedNetCoreAppVersions.cs
This commit is contained in:
parent
a60232fccd
commit
c8281a0fb7
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ namespace EndToEnd
|
|||
"3.0",
|
||||
"3.1",
|
||||
"5.0",
|
||||
"6.0"
|
||||
"6.0",
|
||||
"7.0"
|
||||
};
|
||||
|
||||
public static IEnumerable<string> TargetFrameworkShortFolderVersion
|
||||
|
|
Loading…
Reference in a new issue