Skip to content

Conversation

@flytzen
Copy link
Collaborator

@flytzen flytzen commented May 3, 2022

Fixes #107
Fixes #105

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oddly, if I set it to only netstandard2.0, the Web sample project stops working correctly: It gets confused about a lot of other references and stops copying the QRCcoder.dll. I think it's partly because net462 includes the QRCoder.dll in the output, whereas netstandard2.0 just includes a ..deps.json.

When I include net462 here, the web project works correctly. In any case, there is little harm in including net462 as well.

@flytzen flytzen marked this pull request as ready for review May 3, 2022 19:09
@flytzen
Copy link
Collaborator Author

flytzen commented May 3, 2022

@ahwm When happy, please "Squash and merge" rather than just "Merge" :)

@ahwm ahwm merged commit f7a3413 into master May 5, 2022
@ahwm ahwm deleted the feature/MoveToNetStandard branch May 5, 2022 14:06
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.

Change supported framework versions Consider moving to PngByteQRCode fully

3 participants