构建时出现此错误:
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
应该怎么做才能修复这个错误?