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