MarvinKlein1508 / SignaturePad

A simple to use blazor component to draw custom signatures.
MIT License
78 stars 12 forks source link

problem adding to net7 wasm project #31

Closed fontestad closed 3 months ago

fontestad commented 3 months ago

Good morning .

I feel a little stupid asking this question, but I haven't been able to add your component to my project.

As I read in the documentation I added

Install-Package Blazor.SignaturePad

Check that it was added correctly to the project

But make it the next step Start by adding the following using statement to your root _Imports.razor. @using SignaturePad I get the error: Severity Code Description File Project Line Status Suppressed Details Error (active) CS0246 The type or namespace name 'SignaturePad' was not found (are you missing a using directive or assembly reference?) Tell them that for the test I am testing a net7 wasm
MarvinKlein1508 commented 3 months ago

Hi @fontestad

for .NET 7 please use version 7.5.0 of this library. All versions above this require .NET 8

fontestad commented 3 months ago

OK, perfect .

I thought the versions were compatible with each other.

My fault, sorry for the wasted time.