diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-02-01 03:29:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 03:29:16 +0900 |
| commit | cd13f718fb52c507512615fad08e3c3670834163 (patch) | |
| tree | edea8b497082d3d9715c4de0fdc400e0a5db5425 /DvdLib | |
| parent | b3811a9498fe06b68693f4a269de902cdd7eb2a2 (diff) | |
| parent | 6cd9c84ddf4940a5db1c3d84f1f61a89e5b4e168 (diff) | |
Merge pull request #2247 from Bond-009/stringhelper
Remove StringHelper functions
Diffstat (limited to 'DvdLib')
| -rw-r--r-- | DvdLib/DvdLib.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DvdLib/DvdLib.csproj b/DvdLib/DvdLib.csproj index 9dbaa9e2f..f4df6a9f5 100644 --- a/DvdLib/DvdLib.csproj +++ b/DvdLib/DvdLib.csproj @@ -9,7 +9,7 @@ </ItemGroup> <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> + <TargetFramework>netstandard2.1</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> |
