diff options
author | Rob Mensching <rob@firegiant.com> | 2021-01-07 14:21:55 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-01-07 14:46:30 -0800 |
commit | 660671d107d44965856ba8d40106c6565521bcdc (patch) | |
tree | 65167691c84eec6e49a9490e975cbf681ab44ee9 /src | |
parent | ce80be29e94aaa8f5ec926ead811238e58f23585 (diff) | |
download | wix-660671d107d44965856ba8d40106c6565521bcdc.tar.gz wix-660671d107d44965856ba8d40106c6565521bcdc.tar.bz2 wix-660671d107d44965856ba8d40106c6565521bcdc.zip |
Update dependencies
Diffstat (limited to 'src')
-rw-r--r-- | src/ca/packages.config | 4 | ||||
-rw-r--r-- | src/ca/uica.vcxproj | 8 | ||||
-rw-r--r-- | src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | 4 | ||||
-rw-r--r-- | src/wixext/WixToolset.UI.wixext.csproj | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/src/ca/packages.config b/src/ca/packages.config index e3dc0e43..fd2df281 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <packages> | 2 | <packages> |
3 | <package id="WixToolset.DUtil" version="4.0.30" targetFramework="native" /> | 3 | <package id="WixToolset.DUtil" version="4.0.58" targetFramework="native" /> |
4 | <package id="WixToolset.WcaUtil" version="4.0.16" targetFramework="native" /> | 4 | <package id="WixToolset.WcaUtil" version="4.0.17" targetFramework="native" /> |
5 | </packages> \ No newline at end of file | 5 | </packages> \ No newline at end of file |
diff --git a/src/ca/uica.vcxproj b/src/ca/uica.vcxproj index b9d015e4..ebe287b7 100644 --- a/src/ca/uica.vcxproj +++ b/src/ca/uica.vcxproj | |||
@@ -2,9 +2,9 @@ | |||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | ||
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" /> | ||
7 | 5 | ||
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" /> | ||
7 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props')" /> | ||
8 | <ItemGroup Label="ProjectConfigurations"> | 8 | <ItemGroup Label="ProjectConfigurations"> |
9 | <ProjectConfiguration Include="Debug|Win32"> | 9 | <ProjectConfiguration Include="Debug|Win32"> |
10 | <Configuration>Debug</Configuration> | 10 | <Configuration>Debug</Configuration> |
@@ -55,7 +55,7 @@ | |||
55 | <PropertyGroup> | 55 | <PropertyGroup> |
56 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | 56 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
57 | </PropertyGroup> | 57 | </PropertyGroup> |
58 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props'))" /> | 58 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.58\build\WixToolset.DUtil.props'))" /> |
59 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props'))" /> | 59 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props'))" /> |
60 | </Target> | 60 | </Target> |
61 | </Project> | 61 | </Project> |
diff --git a/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj b/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj index 83f7bcb3..a61676dd 100644 --- a/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj +++ b/src/test/WixToolsetTest.UI/WixToolsetTest.UI.csproj | |||
@@ -36,8 +36,8 @@ | |||
36 | </ItemGroup> | 36 | </ItemGroup> |
37 | 37 | ||
38 | <ItemGroup> | 38 | <ItemGroup> |
39 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" /> | 39 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> |
40 | <PackageReference Include="xunit" Version="2.4.1" /> | 40 | <PackageReference Include="xunit" Version="2.4.1" /> |
41 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" /> | 41 | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" /> |
42 | </ItemGroup> | 42 | </ItemGroup> |
43 | </Project> | 43 | </Project> |
diff --git a/src/wixext/WixToolset.UI.wixext.csproj b/src/wixext/WixToolset.UI.wixext.csproj index f8b47f63..5300e78f 100644 --- a/src/wixext/WixToolset.UI.wixext.csproj +++ b/src/wixext/WixToolset.UI.wixext.csproj | |||
@@ -24,6 +24,6 @@ | |||
24 | </ItemGroup> | 24 | </ItemGroup> |
25 | 25 | ||
26 | <ItemGroup> | 26 | <ItemGroup> |
27 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 27 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
28 | </ItemGroup> | 28 | </ItemGroup> |
29 | </Project> | 29 | </Project> |