Add a target to set the version of the Templates's sdk version in the `global.json`.
commitc692828f49dbc0d432ea42c49e594bff33e9663b
authorKenneth Pouncey <kjpou@pt.lu>
Thu, 27 Jun 2019 12:09:59 +0000 (27 14:09 +0200)
committerLarry Ewing <lewing@microsoft.com>
Fri, 28 Jun 2019 06:01:58 +0000 (28 01:01 -0500)
tree4d15e6d67c881b26e305c25b78e5acbe8a695393
parent4c1cf2c14813914c909f70991d3775d06e8b8655
Add a target to set the version of the Templates's sdk version in the `global.json`.

- The `_WriteDotNetTemplateVersion` is called from the sdk build.

```
"Mono.WebAssembly.Sdk": "0.1.0-preview1"
```
sdks/wasm/sdk/Directory.Build.targets
sdks/wasm/sdk/Templates/DotNet/global.json
sdks/wasm/sdk/Templates/Template.targets [new file with mode: 0644]