Is it possible to increase a value in the appsettings.json when I publish a project?
I want to add some kind of number to all css and js files, because it seems they keep getting cached. I want a value in my appsettings.json (or somewhere), I'll add to all css/js includes. When I publish the project, I would like this number to increase.
Is there a way to do this? Or is there some other way to force a refresh of css/js on the client-side when changes are made?