Put PlayingCardLibrary in separate project

This commit is contained in:
2022-08-12 17:04:10 +10:00
parent 25837857ca
commit 112127ee9d
5 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>