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

Enable SplashScreen build-action for .NET Core 3.0 #1276

Merged
merged 2 commits into from
Jul 16, 2019

Conversation

vatsan-madhavan
Copy link
Member

Fixes #299

WinFX.targets has a condition for preventing SplashScreen build-action from running on .NET Framework 3.0 - which is specified overly broadly.

Rewriting this condition to be more specific fixes the problem and brings the SplashScreen build action back to .NET Core 3.0.

WinFX.targets has a condition for preventing SplashScreen build-action from running on .NET Framework 3.0 - which is specified overly broadly.

Rewriting this condition to be more specific fixes the problem and brings the SplashScreen build action back to .NET Core 3.0.
@ghost ghost requested review from rladuca, ryalanms and stevenbrix July 15, 2019 23:31
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jul 15, 2019
@ghost ghost requested a review from SamBent July 15, 2019 23:31
@vatsan-madhavan vatsan-madhavan added this to the 3.0 milestone Jul 15, 2019
@vatsan-madhavan vatsan-madhavan merged commit d2b6973 into master Jul 16, 2019
@vatsan-madhavan vatsan-madhavan deleted the dev/vatsan/splashscreen-fixup branch July 16, 2019 19:17
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET Core 3.0 has no SplashScreen Build Action.
2 participants