2023-03-19 16:02:50 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2026-06-11 00:14:51 +01:00
|
|
|
<TargetFrameworks>net10.0</TargetFrameworks>
|
2023-03-19 16:02:50 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
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>
|
2026-02-22 23:39:56 +00:00
|
|
|
<RootNamespace>Yavsc.Abstract</RootNamespace>
|
2026-05-24 20:55:29 +01:00
|
|
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
2026-05-28 22:18:26 +01:00
|
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
2026-06-04 22:04:20 +01:00
|
|
|
<Library>true</Library>
|
2026-06-11 00:14:51 +01:00
|
|
|
<LangVersion>latest</LangVersion>
|
2026-06-28 14:11:26 +01:00
|
|
|
<AssemblyVersion>1.0.1.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>1.0.1.0</FileVersion>
|
|
|
|
|
<InformationalVersion>1.0.1-5+Branch.main.Sha.0617fc6bda7151c70559d87177e2dcfb1b60995f</InformationalVersion>
|
|
|
|
|
<Version>1.0.1-5</Version>
|
2023-03-19 16:02:50 +00:00
|
|
|
</PropertyGroup>
|
2026-06-28 14:11:26 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="GitVersion.MsBuild" />
|
|
|
|
|
</ItemGroup>
|
2026-06-15 02:55:22 +01:00
|
|
|
</Project>
|