Configured csproj of core module

This commit is contained in:
Tretiner 2024-07-27 19:08:31 +05:00
parent 41a29662ec
commit 0c19f129db

View File

@ -1,11 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>SRR.19.00.32.660</PackageId>
<Authors>Bununic</Authors>
<Company>Dowonline</Company>
<Version>1.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
<Version>1.0.0</Version>
</PropertyGroup>
</Project>