- 修复 内部 decimal 默认值在 core 3.1+ 报错的问题;

This commit is contained in:
28810
2020-10-12 12:53:16 +08:00
parent efa71e8cba
commit e777e7e86f
4 changed files with 41 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">