BedrockFramework
BedrockFramework copied to clipboard
Update Nerdbank.GitVersioning for arm64 support
Trying to build the Bedrock samples on an M1 Mac currently fails because of Nerdbank.GitVersioning
doesn't support arm 64. I have updated to the latest version, which does support it (fixed in https://github.com/dotnet/Nerdbank.GitVersioning/issues/505).
Not sure how to test it, but it builds and dotnet pack...
produces a nuget package as expected.