dotnet 8,以上才有 这个bin 的枚举
https://learn.microsoft.com/zh-cn/dotnet/api/system.globalization.numberstyles?view=net-8.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<Import Project="../Package.props"/>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<TargetFrameworks>netstandard2.0;NET8</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
||||
Reference in New Issue
Block a user