a description ?

This commit is contained in:
Paul Schneider
2025-06-08 15:23:46 +01:00
parent 5bb66f76c0
commit 0819d58ada

View File

@ -4,6 +4,9 @@
<TargetFrameworks>net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description> A shared model for a little client/server app, dealing about establishing some contract, between some human client and provider.
</Description>
</PropertyGroup>
<ItemGroup>