Fix additional tests that need to be manually retargeted at 9 and centralize the current tfm
This commit is contained in:
parent
6f7b458acc
commit
c1b4bc93c3
3 changed files with 18 additions and 4 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue