RDunkley / meta-dotnet-core

BitBake recipes to use the pre-built binaries provided by Microsoft for .Net Core and their remote debugger.
MIT License
34 stars 28 forks source link

Added .net version 5.0.4 #29

Closed Anthonywolfe closed 2 years ago

Anthonywolfe commented 3 years ago

I added these after running into a issue with not being able to attach vsdbg to any applications running on ARM 5.0.0 due to this issue. https://github.com/dotnet/runtime/issues/44745

Figured I'd try and push the changes up stream incase anyone else ran into the same problem.