I have an asp.net core app that I set the version in the csproj file.
When I do dotnet publish I can see that the version in the dll file is different than the one in exe file
Why is this happening? Since they are the same file they shouldn't have exactly the same versions?