aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-15 22:13:50 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-15 22:15:50 +1000
commit99cdb4f1d7829a2efb503881abe57033672c2b47 (patch)
treebed453da578cef081e01bd612ef2613ed103af8d
parentf71718ee6481cda2cf6360968aaf21ee4c111ebd (diff)
downloadwix-99cdb4f1d7829a2efb503881abe57033672c2b47.tar.gz
wix-99cdb4f1d7829a2efb503881abe57033672c2b47.tar.bz2
wix-99cdb4f1d7829a2efb503881abe57033672c2b47.zip
Replace the removed Gaming namespace with the missing Http namespace.
-rw-r--r--appveyor.cmd8
-rw-r--r--src/WixToolset.Converters/Wix3Converter.cs2
-rw-r--r--src/WixToolset.Converters/WixToolset.Converters.csproj2
-rw-r--r--src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj1
4 files changed, 7 insertions, 6 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 7c739df1..25eeca02 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -2,11 +2,11 @@
2@pushd %~dp0 2@pushd %~dp0
3@set _P=%~dp0build\Release\publish 3@set _P=%~dp0build\Release\publish
4 4
5dotnet pack -c Release src\WixToolset.Converters 5dotnet pack -c Release src\WixToolset.Converters || exit /b
6dotnet pack -c Release src\WixToolset.Converters.Tupleizer 6dotnet pack -c Release src\WixToolset.Converters.Tupleizer || exit /b
7 7
8dotnet build -c Release src\test\WixToolsetTest.Converters 8dotnet build -c Release src\test\WixToolsetTest.Converters || exit /b
9dotnet build -c Release src\test\WixToolsetTest.Converters.Tupleizer 9dotnet build -c Release src\test\WixToolsetTest.Converters.Tupleizer || exit /b
10 10
11@popd 11@popd
12@endlocal 12@endlocal
diff --git a/src/WixToolset.Converters/Wix3Converter.cs b/src/WixToolset.Converters/Wix3Converter.cs
index 559e5368..9329bd13 100644
--- a/src/WixToolset.Converters/Wix3Converter.cs
+++ b/src/WixToolset.Converters/Wix3Converter.cs
@@ -49,7 +49,7 @@ namespace WixToolset.Converters
49 { "http://schemas.microsoft.com/wix/DependencyExtension", "http://wixtoolset.org/schemas/v4/wxs/dependency" }, 49 { "http://schemas.microsoft.com/wix/DependencyExtension", "http://wixtoolset.org/schemas/v4/wxs/dependency" },
50 { "http://schemas.microsoft.com/wix/DifxAppExtension", "http://wixtoolset.org/schemas/v4/wxs/difxapp" }, 50 { "http://schemas.microsoft.com/wix/DifxAppExtension", "http://wixtoolset.org/schemas/v4/wxs/difxapp" },
51 { "http://schemas.microsoft.com/wix/FirewallExtension", "http://wixtoolset.org/schemas/v4/wxs/firewall" }, 51 { "http://schemas.microsoft.com/wix/FirewallExtension", "http://wixtoolset.org/schemas/v4/wxs/firewall" },
52 { "http://schemas.microsoft.com/wix/GamingExtension", "http://wixtoolset.org/schemas/v4/wxs/gaming" }, 52 { "http://schemas.microsoft.com/wix/HttpExtension", "http://wixtoolset.org/schemas/v4/wxs/http" },
53 { "http://schemas.microsoft.com/wix/IIsExtension", "http://wixtoolset.org/schemas/v4/wxs/iis" }, 53 { "http://schemas.microsoft.com/wix/IIsExtension", "http://wixtoolset.org/schemas/v4/wxs/iis" },
54 { "http://schemas.microsoft.com/wix/MsmqExtension", "http://wixtoolset.org/schemas/v4/wxs/msmq" }, 54 { "http://schemas.microsoft.com/wix/MsmqExtension", "http://wixtoolset.org/schemas/v4/wxs/msmq" },
55 { "http://schemas.microsoft.com/wix/NetFxExtension", "http://wixtoolset.org/schemas/v4/wxs/netfx" }, 55 { "http://schemas.microsoft.com/wix/NetFxExtension", "http://wixtoolset.org/schemas/v4/wxs/netfx" },
diff --git a/src/WixToolset.Converters/WixToolset.Converters.csproj b/src/WixToolset.Converters/WixToolset.Converters.csproj
index 1e443877..ad003e27 100644
--- a/src/WixToolset.Converters/WixToolset.Converters.csproj
+++ b/src/WixToolset.Converters/WixToolset.Converters.csproj
@@ -16,7 +16,7 @@
16 </PropertyGroup> 16 </PropertyGroup>
17 17
18 <ItemGroup> 18 <ItemGroup>
19 <PackageReference Include="WixToolset.Core" Version="4.0.*" /> 19 <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" />
20 </ItemGroup> 20 </ItemGroup>
21 21
22 <ItemGroup> 22 <ItemGroup>
diff --git a/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj b/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
index 11ab5b3e..9f761738 100644
--- a/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
+++ b/src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
@@ -31,6 +31,7 @@
31 31
32 <ItemGroup> 32 <ItemGroup>
33 <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.*" /> 33 <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.*" />
34 <PackageReference Include="WixToolset.Core" Version="4.0.*" />
34 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" /> 35 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" />
35 </ItemGroup> 36 </ItemGroup>
36 37