Update 82_Stars with common library

This commit is contained in:
Andrew Cooper
2022-03-20 17:19:29 +11:00
parent d6ddc6bf9e
commit 4fb62ce30c
9 changed files with 147 additions and 134 deletions

View File

@@ -2,7 +2,15 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources/*.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\00_Common\dotnet\Games.Common\Games.Common.csproj" />
</ItemGroup>
</Project>