When building I'm getting this error:
Duplicate 'EmbeddedResource' items were included.
The .NET SDK includes 'EmbeddedResource' items from your project directory by default.
You can either remove these items from your project file, or set the 'EnableDefaultEmbeddedResourceItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems.
The duplicate items were: 'WasmCSS\Fonts.css'
XamNote.Wasm C:\Program Files\dotnet\sdk\3.1.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets 306
What should be done to fix this error ?