Fix additional tests that need to be manually retargeted at 9 and centralize the current tfm

This commit is contained in:
Marc Paine 2023-09-29 12:53:43 -07:00
parent 6f7b458acc
commit c1b4bc93c3
3 changed files with 18 additions and 4 deletions

View file

@ -11,6 +11,10 @@ namespace Microsoft.DotNet.TestFramework
{
public class TestAssetInfo
{
// This is needed each release after we upgrade to 9.0 but the templates haven't been upgraded yet
public static readonly string currentTfm = "net9.0";
private readonly string [] FilesToExclude = { ".DS_Store", ".noautobuild" };
public string AssetName { get; private set; }