-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Getting started does not work on dotnet 6 macOS M1 #48
Comments
hey @sshquack thanks for reporting this (and for the well written ticket). yeah, so this seems to be because Craftsman is still actually using .NET 5 under the hood really just because I didn't have a driver to upgrade yet and wanted to focus on some other stuff, but it would seem I have a good reason now! I'll see if I can get a new release out on .NET 6 for you in the next few days. Thanks again for letting me know! |
@pdevito3 Thank you! I'll watch out for your update and give it another go. Looking forward to trying this out again. |
@sshquack I just published v0.12.3 if you want to give it a whirl! lots of .net 6 updates i want to make but i just bumped the version for now to unblock you. let me know if it doesn't work, otherwise i'll assume it does close this in the next few days :-) |
Woot! The new version worked.
Thank you for getting this release so fast 🙇 I'm gonna continue reading through the docs. |
Awesome! Feel free to reach out if you have any questions. |
Thanks for this fantastic project! I'm trying out Craftsman for the first time following https://wrapt.dev/docs/installation The CLI installs successfully but errors out when invoked.
Steps to reproduce
Further technical details
Environment info
Dependencies are working as expected:
Dotnet 6 is the only version with native arm64 support for M1 mac. So i do not have dotnet 5 installed.
I created a small web API template with dotnet 6 to verify that it successfully works as expected. How do I get past this error?
The text was updated successfully, but these errors were encountered: