How to disable fingerprint of static assets in .NET 9? #58910
-
Is it possible to disable the fingerprintg of static web assets? Motivation: So |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You could try to set the MSBuild property
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much, this indeed works. Looking for that property does not match anything in this repo, after searching more widely I found the property in the sdk repo. |
Beta Was this translation helpful? Give feedback.
You could try to set the MSBuild property
StaticWebAssetFingerprintingEnabled
tofalse
like