-
Notifications
You must be signed in to change notification settings - Fork 0
/
CmlLib.Core.Commons.csproj
27 lines (24 loc) · 1.08 KB
/
CmlLib.Core.Commons.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Library</OutputType>
<Nullable>enable</Nullable>
<Version>4.0.0</Version>
<Copyright>Copyright (c) 2024 AlphaBs</Copyright>
<PackageProjectUrl>https://github.com/CmlLib/CmlLib.Core.Commons</PackageProjectUrl>
<RepositoryUrl>https://github.com/CmlLib/CmlLib.Core.Commons</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>AlphaBs</Authors>
<PackageReleaseNotes />
<PackageId>CmlLib.Core.Commons</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>