diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-15 22:13:50 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-15 22:15:50 +1000 |
commit | 99cdb4f1d7829a2efb503881abe57033672c2b47 (patch) | |
tree | bed453da578cef081e01bd612ef2613ed103af8d /src | |
parent | f71718ee6481cda2cf6360968aaf21ee4c111ebd (diff) | |
download | wix-99cdb4f1d7829a2efb503881abe57033672c2b47.tar.gz wix-99cdb4f1d7829a2efb503881abe57033672c2b47.tar.bz2 wix-99cdb4f1d7829a2efb503881abe57033672c2b47.zip |
Replace the removed Gaming namespace with the missing Http namespace.
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Converters/Wix3Converter.cs | 2 | ||||
-rw-r--r-- | src/WixToolset.Converters/WixToolset.Converters.csproj | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj | 1 |
3 files changed, 3 insertions, 2 deletions
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 | ||