aboutsummaryrefslogtreecommitdiff
path: root/DvdLib
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-10 09:52:34 -0700
committercrobibero <cody@robibe.ro>2020-11-10 09:52:34 -0700
commit83629ab6f24ee1a8991dae2b8a55d24c93832ad5 (patch)
treec352216c7b2f4d11c69d8d46c600da98e5b1ee78 /DvdLib
parent7aaf9dbcc3593cdad9519409f1364968524e1d6c (diff)
Update packages to net5
Diffstat (limited to 'DvdLib')
-rw-r--r--DvdLib/DvdLib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/DvdLib/DvdLib.csproj b/DvdLib/DvdLib.csproj
index 64d041cb0..7bbd9acf8 100644
--- a/DvdLib/DvdLib.csproj
+++ b/DvdLib/DvdLib.csproj
@@ -10,7 +10,7 @@
</ItemGroup>
<PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>