-
Notifications
You must be signed in to change notification settings - Fork 462
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
Fix for #456 #462
Fix for #456 #462
Conversation
This will fix #456 |
@@ -13,6 +13,9 @@ | |||
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'"> | |||
<TargetFrameworkIdentifier>.NETFramework,Version=6.0</TargetFrameworkIdentifier> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(TargetFramework)' == 'net7.0'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add 7.0 (if we decide so) in a separate PR, see also #451.
Thanks a lot, @hartmark! Can you please rename the PR to give a bit more readable title? |
@@ -13,6 +13,9 @@ | |||
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And please bump the version to 10.0.2 so I'll push a fix asap.
Fixes #456.