diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-28 19:44:30 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-29 15:18:46 -0500 |
commit | 50c6c38c18b9078436540aa43d3880c4cdacaafa (patch) | |
tree | 3ca2b36a12394edec4fe4f7ba6ee179c2a5b00a8 | |
parent | 088bc489796e8e0ffbd9323d5eab27e45d2fbc79 (diff) | |
download | wix-50c6c38c18b9078436540aa43d3880c4cdacaafa.tar.gz wix-50c6c38c18b9078436540aa43d3880c4cdacaafa.tar.bz2 wix-50c6c38c18b9078436540aa43d3880c4cdacaafa.zip |
Update dependencies.
Diffstat (limited to '')
-rw-r--r-- | global.json | 2 | ||||
-rw-r--r-- | src/ca/netfxca.vcxproj | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json index b32cb322..23d7a5bd 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-0212" | 3 | "WixToolset.Sdk": "4.0.0-build-0213" |
4 | } | 4 | } |
5 | } | 5 | } |
diff --git a/src/ca/netfxca.vcxproj b/src/ca/netfxca.vcxproj index b154fa3a..5e25b683 100644 --- a/src/ca/netfxca.vcxproj +++ b/src/ca/netfxca.vcxproj | |||
@@ -63,8 +63,8 @@ | |||
63 | </ItemGroup> | 63 | </ItemGroup> |
64 | 64 | ||
65 | <ItemGroup> | 65 | <ItemGroup> |
66 | <PackageReference Include="WixToolset.Dutil" Version="4.0.70" /> | 66 | <PackageReference Include="WixToolset.Dutil" Version="4.0.72" /> |
67 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | 67 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.19" /> |
68 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 68 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> |
69 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 69 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> |
70 | </ItemGroup> | 70 | </ItemGroup> |