|
|
|
@ -4,6 +4,9 @@
|
|
|
|
<TargetFrameworks>net8.0</TargetFrameworks>
|
|
|
|
<TargetFrameworks>net8.0</TargetFrameworks>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<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>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
|