AspNetMonsters / Blazor.Geolocation

Blazor interop for browers Geolocation apis
MIT License
91 stars 25 forks source link

"System.MissingMethodException" 'Method not found: Microsoft.JSInterop.IJSRuntime Microsoft.JSInterop.JSRuntime.get_Current()' #28

Open NaheelSalman opened 2 years ago

NaheelSalman commented 2 years ago

JSInterop Versionionin miss Match I have updated version of JSInterop in which .get_current() method is written in Library while the packge include this method .get_current() which I can't ovveride after Installing Pkag through Pakg Manager But Now i will ReWrite the package using Clonning it and updating it to new updated library of .net 6 JS interop version 6. something