sync with OpenAuth.Core

This commit is contained in:
yubaolee
2020-12-20 23:14:09 +08:00
parent 7217e7a924
commit 7540baa322
25 changed files with 347 additions and 169 deletions

View File

@@ -51,7 +51,7 @@ namespace OpenAuth.Repository.Domain
/// <summary>
/// 文件大小
/// </summary>
public long FileSize { get; set; }
public int? FileSize { get; set; }
/// <summary>
/// 扩展名称
/// </summary>

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp5.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">