-
Notifications
You must be signed in to change notification settings - Fork 189
chore: update nuget build and deploy github action to support semantic versioning 2.0 #580
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
chore: update nuget build and deploy github action to support semantic versioning 2.0 #580
Conversation
64d875b to
57f14ed
Compare
57f14ed to
a00d3cb
Compare
|
@akinsolb seems like you have a merge conflict. |
Ah yes, this may be because another pr got merged before this. I'll fix in a moment |
Dor-bl
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.
What about the net45 removal?
| <Project Sdk="Microsoft.NET.Sdk"> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net48;net45</TargetFrameworks> |
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.
Same here
net45 target
Types of changes
What types of changes are you proposing/introducing to .NET client?
Put an
xin the boxes that applyDetails
Updates the GitHub nuget build and deploy action to work with Semantic Version 2
resolves #578