Which version of CRT ships with .NET 3.5?

To minimize the deployment package, I would like to know the CRT versions that are already included in the .NET redists. The information I have already collected is:

.NET 2.0 -> CRT 8.0.50727.42

.NET 2.0 SP1 -> CRT 8.0.50727.762

However, I cannot find CRT versions for .NET 3.5. I usually remember that I used a list of all the pages on a blog. However, I just can't do it again ...

Edit: So is it so?

.NET 3.5 -> CRT 9.0.21022.8

.NET 3.5 SP1 -> CRT 9.0.30729.1

+1


a source to share


1 answer


9.0.21022.8 I believe.



+2


a source







All Articles