diff options
Diffstat (limited to 'src/ext/Bal/test/examples/LatestCoreMBA')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj b/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj index c4d31151..96587d26 100644 --- a/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj +++ b/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.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/LatestCoreMBA/LatestCoreBA.cs b/src/ext/Bal/test/examples/LatestCoreMBA/LatestCoreBA.cs index bd5378eb..f3195bfe 100644 --- a/src/ext/Bal/test/examples/LatestCoreMBA/LatestCoreBA.cs +++ b/src/ext/Bal/test/examples/LatestCoreMBA/LatestCoreBA.cs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | namespace Example.LatestCoreMBA | 3 | namespace Example.LatestCoreMBA |
| 4 | { | 4 | { |
| 5 | using WixToolset.Mba.Core; | 5 | using WixToolset.BootstrapperApplicationApi; |
| 6 | 6 | ||
| 7 | public class LatestCoreBA : BootstrapperApplication | 7 | public class LatestCoreBA : BootstrapperApplication |
| 8 | { | 8 | { |
diff --git a/src/ext/Bal/test/examples/LatestCoreMBA/Program.cs b/src/ext/Bal/test/examples/LatestCoreMBA/Program.cs index 94da360b..d8205b62 100644 --- a/src/ext/Bal/test/examples/LatestCoreMBA/Program.cs +++ b/src/ext/Bal/test/examples/LatestCoreMBA/Program.cs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | namespace Example.LatestCoreMBA | 3 | namespace Example.LatestCoreMBA |
| 4 | { | 4 | { |
| 5 | using WixToolset.Mba.Core; | 5 | using WixToolset.BootstrapperApplicationApi; |
| 6 | 6 | ||
| 7 | internal class Program | 7 | internal class Program |
| 8 | { | 8 | { |
