### Repro steps 1. Create a new console app based on .net 6.0; 2. Search and reference the NuGet package BingMapsSDSToolkit; 3. Open the project properties panel and sign in the assemble to give it a strong name;  4. Add the [sample code](https://github.com/microsoft/BingMapsSDSToolkit/blob/master/Docs/Readme.md#example-batch-geocode-local-data) into Program.cs 5. Build the project to get the error info 
Repro steps