diable nullable

This commit is contained in:
Paul Schneider 2026-03-01 17:25:25 +00:00
commit cbd5822fa2
7 changed files with 2 additions and 7 deletions

View file

@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworks>net9.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>
<RootNamespace>Yavsc.Abstract</RootNamespace>
@ -10,4 +9,4 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>
</Project>
</Project>