Configured scproj for core module

This commit is contained in:
Tretiner 2024-07-27 20:11:42 +05:00
parent 0c19f129db
commit c63718ce48

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>SRR.19.00.32.660</PackageId>
<PackageId>SoulstormReplayReader.Core</PackageId>
<Authors>Bununic</Authors>
<Company>Dowonline</Company>
<Version>1.0.0</Version>
@ -9,7 +9,8 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>