Skip to content

Commit 608d367

Browse files
committed
📝 Chore(Common.BasicHelper): Remove unsafe binary serialization property.
1 parent 4437458 commit 608d367

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Common.BasicHelper/Common.BasicHelper.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
<TargetFramework>netstandard2.1</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
811
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
9-
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
1012
<Authors>Dynesshely</Authors>
1113
<Company>Crequency</Company>
1214
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
@@ -16,7 +18,9 @@
1618
<RepositoryUrl>https://github.com/Crequency/Common.BasicHelper/</RepositoryUrl>
1719
<Copyright>Copyright © Crequency 2022-present</Copyright>
1820
<PackageIcon>icon.png</PackageIcon>
21+
</PropertyGroup>
1922

23+
<PropertyGroup>
2024
<AssemblyVersion>$(Version)</AssemblyVersion>
2125
<FileVersion>$(Version)</FileVersion>
2226
<Version>1.2.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-06-06"))).TotalDays).$([System.Math]::Floor($([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes)))</Version>

0 commit comments

Comments
 (0)