|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net6.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <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> |
18 | | - <PackageId>Catrol.$(AssemblyName)</PackageId> |
19 | | - <SignAssembly>False</SignAssembly> |
20 | | - <AssemblyVersion>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</AssemblyVersion> |
21 | | - <FileVersion>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</FileVersion> |
22 | | - <Version>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</Version> |
23 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <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> |
| 18 | + <PackageId>Catrol.$(AssemblyName)</PackageId> |
| 19 | + <SignAssembly>False</SignAssembly> |
| 20 | + <AssemblyVersion>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</AssemblyVersion> |
| 21 | + <FileVersion>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</FileVersion> |
| 22 | + <Version>1.0.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</Version> |
| 23 | + </PropertyGroup> |
24 | 24 |
|
25 | | - <ItemGroup> |
26 | | - <None Update="icon.png"> |
27 | | - <Pack>True</Pack> |
28 | | - <PackagePath>\</PackagePath> |
29 | | - </None> |
30 | | - </ItemGroup> |
| 25 | + <ItemGroup> |
| 26 | + <None Update="icon.png"> |
| 27 | + <Pack>True</Pack> |
| 28 | + <PackagePath>\</PackagePath> |
| 29 | + </None> |
| 30 | + </ItemGroup> |
31 | 31 |
|
32 | 32 | </Project> |
0 commit comments