Skip to content

Check the targetext to determine if a framework project can be run on F5 #1176

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

Closed
wants to merge 1 commit into from

Conversation

basoundr
Copy link
Contributor

@basoundr basoundr commented May 3, 2017

We should be able to run both Console Application and Windows Application on F5 for Framework Projects

This is to address the issue project-system/2033

Tagging @dotnet/project-system @srivatsn @davkean for review

We should be able to run both Console Application and Windows Application on F5 for Framework Projects
@basoundr
Copy link
Contributor Author

basoundr commented May 3, 2017

Opened #1175 to target post preview 1

@nguerrera
Copy link
Contributor

nguerrera commented May 4, 2017

See #1175 (comment) and #1174 (comment)

I'd much prefer that we fix this throughout.

Copy link
Contributor

@nguerrera nguerrera left a comment

Choose a reason for hiding this comment

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

See above

@@ -269,7 +269,7 @@ Copyright (c) .NET Foundation. All rights reserved.
</PropertyGroup>
</When>

<When Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(OutputType)' == 'Exe'">
<When Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetExt)' == '.exe'">
Copy link
Contributor

Choose a reason for hiding this comment

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

Another note: WinExe support on core may be coming soon: dotnet/core-setup#196

@nguerrera
Copy link
Contributor

Closing in favor of #1178

@nguerrera nguerrera closed this May 4, 2017
mmitche pushed a commit to mmitche/sdk that referenced this pull request Jun 5, 2020
…223.1 (dotnet#1176)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19623.1
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