Skip to content

Conversation

@azchohfi
Copy link
Collaborator

Updated Main toolkit dependency to 7.0.0-preview2, updated dependencies in general, and now using the DispatcherQueue.

Fixes #57

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Build or CI related changes

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Sample in sample app has been added / updated (for bug fixes / features)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Header has been added to all new source files (run build/UpdateHeaders.bat)
  • Contains NO breaking changes

…es in general, and now using the DispatcherQueue.
@ghost
Copy link

ghost commented Aug 11, 2020

Thanks azchohfi for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

@ghost ghost assigned azchohfi Aug 11, 2020

<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0.16299'">
<DefineConstants Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">$(DefineConstants);WINRT</DefineConstants>
</PropertyGroup>
Copy link
Member

Choose a reason for hiding this comment

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

@azchohfi I meant to ask, I did notice that we multi-target here, but pretty sure we're just .NET Standard right, so do you remember why we might have done this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That is a great question... Git blame didn't help much:
526138d#diff-30f6d4fe840f95e89a9fae72c74c5362
There is a failing build on PR #4, that got fixed by this commit, but the build itself is too old, and we purged the logs.

Copy link
Member

Choose a reason for hiding this comment

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

I wonder if I made it to help with Uno or something. We can follow-up with @jeromelaban later after UnoConf maybe?

Copy link
Member

@michael-hawker michael-hawker left a comment

Choose a reason for hiding this comment

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

LGTM

@michael-hawker michael-hawker merged commit d8caf55 into main Aug 12, 2020
@michael-hawker michael-hawker deleted the updateSDKs branch August 12, 2020 01:32
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.

Update to 7.0.0-preview2 Toolkit packages

2 participants