Fix framework moniker in project files #31
Loading…
x
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