Skip to content

Commit 1d2556e

Browse files
committed
update nuget description
1 parent f488322 commit 1d2556e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/CTPFuture.Net/CTPFuture.Net.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net8.0;netstandard2.0;net45;net46;</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net8.0;net9.0;netstandard2.0;net45;net46;</TargetFrameworks>
44
<OutputType>Library</OutputType>
55
<Nullable>enable</Nullable>
66
<RepositoryType>git</RepositoryType>
@@ -13,7 +13,7 @@
1313
<RepositoryUrl>https://github.com/dameng324/CtpFuture.Net.git</RepositoryUrl>
1414
<PackageProjectUrl>https://github.com/dameng324/CtpFuture.Net</PackageProjectUrl>
1515
<Title>CTPFuture.Net</Title>
16-
<Description>Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications</Description>
16+
<Description>CTP期货API的.NET库,支持现代化.NET8,NET9和旧版.NET Framework,以及.NetStandard</Description>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
@@ -33,7 +33,4 @@
3333
<PackagePath>include\%(FileName)%(Extension)</PackagePath>
3434
</Content>
3535
</ItemGroup>
36-
<ItemGroup>
37-
<PackageReference Condition="$(TargetFramework)=='netstandard2.0'" Include="System.Text.Encoding.CodePages" Version="9.0.0"/>
38-
</ItemGroup>
3936
</Project>

0 commit comments

Comments
 (0)