20 lines
No EOL
935 B
XML
20 lines
No EOL
935 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net10.0</TargetFrameworks>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<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>
|
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<Library>true</Library>
|
|
<LangVersion>latest</LangVersion>
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
<FileVersion>1.1.0.0</FileVersion>
|
|
<InformationalVersion>1.1.0-beta.1+1.Branch.release-1.0.8-rc2.Sha.1167169aa89e1bf25290e9a152d27b357a500ab3</InformationalVersion>
|
|
<Version>1.1.0-beta.1</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="GitVersion.MsBuild" />
|
|
</ItemGroup>
|
|
</Project> |