asp.net-coreiisversion

Is There a List of File/Product Versions for the .NET Core Hosting Bundle?


We're doing some maintenance on a few web servers that we've installed the .NET Core Hosting Bundle (so apps can run under IIS). We can find the hosting bundle file (aspnetcorev2.dll), and I am able to view the details of this file (mine is 19.0.25073.4 the time of this post), but I can't seem to find a list of what this version number means. Is there a list of what these file versions are, in terms of what version of .NET Core was installed with it? I could just do a --dotnet version, but that doesn't tell me what hosting bundle it is, technically. We need to make sure to stay consistent with what was on previous servers as we upgrade these web servers before we try to update the bundle and the runtimes.


Solution

  • If you look at the hosting bundle download page it states which aspnetcorev2.dll corresponds to which hosting bundle : https://dotnet.microsoft.com/en-us/download/dotnet/9.0

    Your example looks like v9.0.4:
    enter image description here

    As far as I'm aware this is the easiest way to get to the information you need as it links to everything including the binaries themselves - but the aspnetcorev2.dll version changes with each bundle