Declare chocolatey dependency on VC redist package

Fixes #7376. Currently untested, am on holiday without my build environment.

cc @laszlocsomor, @RNabel, @vmax.

To verify:
1. check out this branch on a Windows computer
1. `cd scripts/packages/chocolatey`
1. in powershell: `./build.ps1 -version 0.23.0 -mode rc -rc 2` (I think 0.23 release is in flight, and rc2 has not been pushed)
    * should produce `./bazel-0.23.0rc2.nupkg` (from memory; filename might vary)
1. `choco install --verbose --yes ./bazel-0.23.0rc2.nupkg`
    * should see `[INFO ] - [NuGet] Attempting to resolve dependency 'vcredist2015 (= 14.0.24215.20170201).' in log, where, previous to this change, would not be present in log.

![selfie-0](https://i.imgur.com/OZHeyFD.png)
[_GitHub Selfies_](https://github.com/thieman/github-selfies/)

Closes #7437.

PiperOrigin-RevId: 257362183
diff --git a/scripts/packages/chocolatey/bazel.nuspec.template b/scripts/packages/chocolatey/bazel.nuspec.template
index bb84b30..69b60ef 100644
--- a/scripts/packages/chocolatey/bazel.nuspec.template
+++ b/scripts/packages/chocolatey/bazel.nuspec.template
@@ -77,6 +77,7 @@
     <dependencies>
       <dependency id="chocolatey-core.extension" version="1.0.7"/>
       <dependency id="msys2" version="[20160719.1.0,20160719.1.1]"/>
+      <dependency id="vcredist140" version="14.20.27508.1"/>
     </dependencies>
     <!-- chocolatey-uninstall.extension - If supporting 0.9.9.x (or below) and including a chocolateyUninstall.ps1 file to uninstall an EXE/MSI, you probably want to include chocolatey-uninstall.extension as a dependency. Please verify whether you are using a helper function from that package. -->