New Changes waiting

This commit is contained in:
2019-11-26 20:51:54 +01:00
parent 879bd161a3
commit 1e60f78192
7 changed files with 115 additions and 3 deletions

12
Demos/Demos.csproj Normal file
View File

@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Books.ConsoleApp\Books.ConsoleApp.csproj" />
</ItemGroup>
</Project>