1 write to SdkVersion
Microsoft.NET.TestFramework (1)
TestContext.cs (1)
272
testContext.
SdkVersion
= commandLine.SdkVersion;
5 references to SdkVersion
Microsoft.NET.TestFramework (5)
TestAssetsManager.cs (3)
49
var testAsset = new TestAsset(testProjectDirectory, testDestinationDirectory, TestContext.Current.
SdkVersion
, Log);
128
var testAsset = new TestAsset(testDestinationDirectory, TestContext.Current.
SdkVersion
, Log);
154
return new TestDirectory(dir, TestContext.Current.
SdkVersion
);
TestContext.cs (1)
354
WriteGlobalJson(path,
SdkVersion
);
TestDirectory.cs (1)
22
return new TestDirectory(path, TestContext.Current.
SdkVersion
);