You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Describe the bug
I can't use the library on my Mac M1 because the M1 isn't an Intel chip, and therefore any .NET core apps prior to .NET 6.0 don't work on my machine.
To Reproduce
Try to load up a project with this library in it with having only .NET 6.0 installed. It won't load.
Expected behavior
I need to be able to load up a project that runs .NET 6.0 or higher while using this library.
Screenshots
n/a
Code snippet
Create a project with .NET 6, reference this nuget package. It will substitute the reference for an earlier framework that doesn't work on the Mac M1 (or any other non-intel based processor).
Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.
Environment
SDK Version [e.g. 1.1.0]
.NET Framework version (.NET 6.0)
The bug has the severity
Critical: The defect affects critical functionality or critical data. It does not have a workaround.
Major: The defect affects major functionality or major data. It has a workaround but is not obvious and is difficult.
Minor: The defect affects minor functionality or non-critical data. It has an easy workaround.
Trivial: The defect does not affect functionality or data. It does not even need a workaround. It does not impact productivity or efficiency. It is merely an inconvenience.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I can't use the library on my Mac M1 because the M1 isn't an Intel chip, and therefore any .NET core apps prior to .NET 6.0 don't work on my machine.
To Reproduce
Try to load up a project with this library in it with having only .NET 6.0 installed. It won't load.
Expected behavior
I need to be able to load up a project that runs .NET 6.0 or higher while using this library.
Screenshots
n/a
Code snippet
Create a project with .NET 6, reference this nuget package. It will substitute the reference for an earlier framework that doesn't work on the Mac M1 (or any other non-intel based processor).
Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.
Environment
The bug has the severity
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: