diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 19:03:25 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 19:07:57 -0600 |
commit | a5fe70f726e8f428306ccba54037ce2ba055b1f8 (patch) | |
tree | 0ada20f6c7ecc2a1e8c1b8d0808b541fb92359ea /global.json | |
parent | 856e76f63fe19c21a3f0f91b7d04552901b4f733 (diff) | |
download | wix-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.json | 2 |
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 | } |