File tree Expand file tree Collapse file tree
Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetFramework >net6.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8+ <Authors >Dynesshely</Authors >
9+ <Company >Catrol</Company >
10+ <Description >An Interop Library for Algorithm</Description >
11+ <Copyright >Copyright © Catrol 2022-present. All Rights Reserved.</Copyright >
12+ <PackageProjectUrl >https://github.com/Catrol-org/Algorithm</PackageProjectUrl >
13+ <PackageIcon >icon.png</PackageIcon >
14+ <RepositoryUrl >https://github.com/Catrol-org/Algorithm</RepositoryUrl >
15+ <RepositoryType >git</RepositoryType >
16+ <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
17+ <PackageLicenseExpression >AGPL-3.0-only</PackageLicenseExpression >
718 </PropertyGroup >
819
20+ <ItemGroup >
21+ <None Update =" icon.png" >
22+ <Pack >True</Pack >
23+ <PackagePath >\</PackagePath >
24+ </None >
25+ </ItemGroup >
26+
927</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >publish\linux-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net6.0</TargetFramework >
12+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ <PublishSingleFile >true</PublishSingleFile >
15+ <PublishTrimmed >false</PublishTrimmed >
16+ </PropertyGroup >
17+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >publish\win-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net6.0</TargetFramework >
12+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ <PublishSingleFile >true</PublishSingleFile >
15+ <PublishReadyToRun >true</PublishReadyToRun >
16+ <PublishTrimmed >false</PublishTrimmed >
17+ </PropertyGroup >
18+ </Project >
You can’t perform that action at this time.
0 commit comments