-
Notifications
You must be signed in to change notification settings - Fork 143
Add .Net 5.0 target #81
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
Conversation
e08b970 to
df18709
Compare
7afeea3 to
e408d0c
Compare
5cbe775 to
7532acb
Compare
7532acb to
9d5c8b7
Compare
Since 3.0 has been out of support since March it would make sense to drop it now. |
mgoertz-msft
left a comment
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.
|
@mgoertz-msft netcoreapp3.0 is gone |
|
Thank you @punker76! |
|
@mgoertz-msft When will you publish this to Nuget.org? |
|
@DVaughan Could you please publish this new version to NuGet.org? Thank you! |
|
There is an Microsoft internal pipeline issue that is preventing the package from being built. I'll publish the package as soon as that is resolved. |
|
@DVaughan @mgoertz-msft Could you please let me know the timeline for to publish in NuGet.org? |
I'm currently working to make this happen and expect it to be available in the next week. |
|
Package has been published: microsoft.xaml.behaviors.wpf.1.1.31 |
|
Nice, thank you @DVaughan! |
|
Hi Guys, I have doubt, how to install nuget package without its dependencies. Im using below code to install nuget
any idea about this. |
Description of Change
This PR adds the target framework for .Net 5.0.
Bugs Fixed
Closes #80
API Changes
Added:
Behavioral Changes
-/-
PR Checklist
Note
Should we drop the netcoreapp3.0 target?