Fix framework moniker in project files #31
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
infrastructure
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/jobs-jobs-jobs#31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#27 updated to .NET 6; however, I missed updating the target framework in the project files. The net effect is that it's being built by .NET 6, and run on .NET 6, but targeting .NET 5 behavior and APIs. Change that.
Also, while changing the project files, switch the deployment to publish a single file, rather than all the DLLs together; this will simplify deployment.
Fixed in 2.2.1