Added nuget package support.

This commit is contained in:
ruberoid 2024-03-21 22:33:12 +04:00
parent 5d220f48ad
commit 0091e94af5
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>$(Version)</Version>
<Authors>Lev Grishin</Authors>
<Company>Nocr</Company>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

View File

@ -0,0 +1,3 @@
# Nocr underlying layer of abstractions and contracts that uses the whole solution crosswide.
The list of contracts respect the project independence, and hence tries to loose coupling relations.