From 39e930d9aaff250e0fd5019eeedaa40717a6c6fe Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 29 Apr 2020 19:28:50 +1000 Subject: Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA. --- .../EarliestCoreMBA/Example.EarliestCoreMBA.csproj | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj (limited to 'src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj') diff --git a/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj b/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj new file mode 100644 index 00000000..326633ba --- /dev/null +++ b/src/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj @@ -0,0 +1,18 @@ + + + + netcoreapp3.0 + win-x86;win-x64 + true + Earliest .NET Core MBA + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb