Skip to content

C# project clean up - #36

Open
Morten Nielsen (dotMorten) wants to merge 1 commit into
microsoft:masterfrom
dotMorten:csharp-cleanup
Open

C# project clean up#36
Morten Nielsen (dotMorten) wants to merge 1 commit into
microsoft:masterfrom
dotMorten:csharp-cleanup

Conversation

@dotMorten

Copy link
Copy Markdown

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.
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