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

C# project clean up #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dotMorten
Copy link

Addresses a few issues with the C# samples:

  1. Move from packages.config to PackageReference (this can greatly reduce issues with package restore and upgrades when/if dependencies change).
  2. Disable optimization in debug builds so you can actually step through the sample code.
  3. Upgrade to v1.3.0
  4. Add x86 configuration as that's now supported + remove AnyCPU configurations.

1. Move from packages.config to PackageReference
2. Disable optimization in debug builds so you can actually step through the sample code
3. Upgrade to 1.3.0
4. Add x86 configuration as that's now supported + remove AnyCPU configurations.
@yijiew yijiew requested review from Zumra, cdedmonds and Brent-A and removed request for Zumra and cdedmonds January 7, 2020 18:13
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.

1 participant