Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Model API #1251

Merged
merged 6 commits into from
Dec 19, 2017
Merged

Object Model API #1251

merged 6 commits into from
Dec 19, 2017

Conversation

singhsarab
Copy link
Contributor

Changes based on API scan.

@singhsarab singhsarab requested a review from smadala October 31, 2017 06:17
@@ -68,6 +68,11 @@ public static class Constants
public static readonly Architecture DefaultPlatform = XmlRunSettingsUtilities.OSArchitecture == Architecture.ARM ? Architecture.ARM : Architecture.X86;

/// <summary>
/// Adding this for compatibility
/// </summary>
public const FrameworkVersion DefaultFramework = FrameworkVersion.Framework40;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Deprecated]

@@ -7,7 +7,7 @@
<Import Project="$(TestPlatformRoot)scripts/build/TestPlatform.Settings.targets" />
<PropertyGroup>
<OutputType Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">Exe</OutputType>
<TargetFrameworks>netcoreapp1.0;net451</TargetFrameworks>
<TargetFrameworks>net451;netcoreapp1.0</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

return this.frameworkVersion;
}

set
Copy link
Contributor

@smadala smadala Nov 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set_TargetFramework should set frameworkVersion. Add test for same

@singhsarab singhsarab merged commit 00f1709 into microsoft:master Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants