aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-02 19:03:25 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 19:07:57 -0600
commita5fe70f726e8f428306ccba54037ce2ba055b1f8 (patch)
tree0ada20f6c7ecc2a1e8c1b8d0808b541fb92359ea /global.json
parent856e76f63fe19c21a3f0f91b7d04552901b4f733 (diff)
downloadwix-a5fe70f726e8f428306ccba54037ce2ba055b1f8.tar.gz
wix-a5fe70f726e8f428306ccba54037ce2ba055b1f8.tar.bz2
wix-a5fe70f726e8f428306ccba54037ce2ba055b1f8.zip
Update dependencies and integrate changes.
Remove unsupported versions of .NET Framework. Update to latest 3.1 .NET Core. Remove /ChainingPackage from .NET Framework args. Remove RepairArguments from .NET Framework packages. Make all package urls https. #3992, #4183, #5374, #5615, #5762
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 469d077d..3a97e4ba 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
1{ 1{
2 "msbuild-sdks": { 2 "msbuild-sdks": {
3 "WixToolset.Sdk": "4.0.0-build-0189" 3 "WixToolset.Sdk": "4.0.0-build-0193"
4 } 4 }
5} 5}