aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos/Emby.Photos.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-10-19 00:22:08 +0200
committerBond_009 <bond.009@outlook.com>2019-11-01 17:52:29 +0100
commita245f5a0d463e132bcbb3c5871465bdb8bbec0b7 (patch)
tree0c948c2838ea856bd596223ef4d286547aaba767 /Emby.Photos/Emby.Photos.csproj
parent89a21c96c05dd89ff2d2bd5926d0f98c6ef0db9b (diff)
Rewrite hex encoder/decoder
Diffstat (limited to 'Emby.Photos/Emby.Photos.csproj')
-rw-r--r--Emby.Photos/Emby.Photos.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj
index b57b93a8c..a71c75127 100644
--- a/Emby.Photos/Emby.Photos.csproj
+++ b/Emby.Photos/Emby.Photos.csproj
@@ -14,7 +14,7 @@
</ItemGroup>
<PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFramework>netstandard2.1</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>