diff options
Diffstat (limited to 'src/ext/Bal/test/examples/EarliestCoreMBA')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/Bal/test/examples/EarliestCoreMBA/EarliestCoreBA.cs b/src/ext/Bal/test/examples/EarliestCoreMBA/EarliestCoreBA.cs index 490f4051..2e92f911 100644 --- a/src/ext/Bal/test/examples/EarliestCoreMBA/EarliestCoreBA.cs +++ b/src/ext/Bal/test/examples/EarliestCoreMBA/EarliestCoreBA.cs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | namespace Example.EarliestCoreMBA | 3 | namespace Example.EarliestCoreMBA |
| 4 | { | 4 | { |
| 5 | using WixToolset.Mba.Core; | 5 | using WixToolset.BootstrapperApplicationApi; |
| 6 | 6 | ||
| 7 | public class EarliestCoreBA : BootstrapperApplication | 7 | public class EarliestCoreBA : BootstrapperApplication |
| 8 | { | 8 | { |
diff --git a/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj b/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj index 958381c3..93ceb7d4 100644 --- a/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj +++ b/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj | |||
| @@ -9,6 +9,6 @@ | |||
| 9 | </PropertyGroup> | 9 | </PropertyGroup> |
| 10 | 10 | ||
| 11 | <ItemGroup> | 11 | <ItemGroup> |
| 12 | <PackageReference Include="WixToolset.Mba.Core" /> | 12 | <PackageReference Include="WixToolset.BootstrapperApplicationApi" /> |
| 13 | </ItemGroup> | 13 | </ItemGroup> |
| 14 | </Project> | 14 | </Project> |
diff --git a/src/ext/Bal/test/examples/EarliestCoreMBA/Program.cs b/src/ext/Bal/test/examples/EarliestCoreMBA/Program.cs index 11cc46f0..97d471bf 100644 --- a/src/ext/Bal/test/examples/EarliestCoreMBA/Program.cs +++ b/src/ext/Bal/test/examples/EarliestCoreMBA/Program.cs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | namespace Example.EarliestCoreMBA | 3 | namespace Example.EarliestCoreMBA |
| 4 | { | 4 | { |
| 5 | using WixToolset.Mba.Core; | 5 | using WixToolset.BootstrapperApplicationApi; |
| 6 | 6 | ||
| 7 | internal class Program | 7 | internal class Program |
| 8 | { | 8 | { |
