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. --- .../LatestCoreMBA/Example.LatestCoreMBA.csproj | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj (limited to 'src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj') diff --git a/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj b/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj new file mode 100644 index 00000000..1d325b1b --- /dev/null +++ b/src/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj @@ -0,0 +1,23 @@ + + + + netcoreapp3.1 + win-x86;win-x64 + true + Latest .NET Core MBA + + + + false + true + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb