Any way to disable static file fingerprinting functionality for .net 9 web projects?
I have a Photino.Blazor project which due to some oddities in _content
depending on debug/release/publish outputs we ended up having to manually add the following content to the csproj which ensures that there is always the expected static files being output in a consistent way.