yavsc/src/Yavsc.Abstract/Yavsc.Abstract.csproj

16 lines
477 B
XML
Raw Normal View History

2023-03-19 16:02:50 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-03-04 18:05:21 +00:00
<TargetFrameworks>net8.0</TargetFrameworks>
2023-03-19 16:02:50 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2025-06-08 15:23:46 +01:00
<Description> A shared model for a little client/server app, dealing about establishing some contract, between some human client and provider.
</Description>
2023-03-19 16:02:50 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>