Skip to content

Commit 3fb949c

Browse files
committed
修改版本号,发现.net7 比 .net6 快太多了
1 parent 51bb7bc commit 3fb949c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

csharp/ToolGood.Algorithm2.Test/ToolGood.Algorithm2.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

csharp/ToolGood.Algorithm2/ToolGood.Algorithm2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>ToolGood</Authors>
99
<TargetFrameworks>netstandard2.1;</TargetFrameworks>
1010
<AssemblyName>ToolGood.Algorithm</AssemblyName>
11-
<PublicSign >true</PublicSign>
11+
<PublicSign>true</PublicSign>
1212
<PackageId>ToolGood.Algorithm</PackageId>
1313
<PackageTags>algorithm;excel;excel-expressions;script;formula-grammar;formula;expression</PackageTags>
1414
<PackageProjectUrl>https://github.com/toolgood/ToolGood.Algorithm</PackageProjectUrl>
@@ -21,7 +21,7 @@
2121
<Product>ToolGood.Algorithm</Product>
2222
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2323
<SignAssembly>true</SignAssembly>
24-
<Version>3.2.0.1</Version>
24+
<Version>3.2.0.2</Version>
2525
<AssemblyOriginatorKeyFile>ToolGood.Algorithm.snk</AssemblyOriginatorKeyFile>
2626
<DelaySign>false</DelaySign>
2727
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\ToolGood.Algorithm.xml</DocumentationFile>

0 commit comments

Comments
 (0)