diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-10-11 18:22:29 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-10-11 18:32:13 +0200 |
| commit | 516933aab58eb668d8db20307cd25d6532bd198c (patch) | |
| tree | dcde956a2181777ab7fc97a23f6879750d22607c /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | d64b43286ecf9418280d5a782826182cc2ef98e4 (diff) | |
Move to netcore3.0
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 2c71f0457..ea4444268 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -42,7 +42,7 @@ </ItemGroup> <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> + <TargetFramework>netstandard2.1</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> |
