aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-24 16:45:49 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-24 16:45:49 -0400
commit7470dfe61ba0615529a934e3caf94c4a8335401b (patch)
treedef806bfb60b614185310a280a79f212cd597fa5 /Emby.Server.Core
parentfbbb50496ab42e297c1862cbe6395a47582eab97 (diff)
3.2.17.13
Diffstat (limited to 'Emby.Server.Core')
-rw-r--r--Emby.Server.Core/Emby.Server.Core.csproj2
-rw-r--r--Emby.Server.Core/app.config8
2 files changed, 5 insertions, 5 deletions
diff --git a/Emby.Server.Core/Emby.Server.Core.csproj b/Emby.Server.Core/Emby.Server.Core.csproj
index 6c8daf9c9..bfd678acd 100644
--- a/Emby.Server.Core/Emby.Server.Core.csproj
+++ b/Emby.Server.Core/Emby.Server.Core.csproj
@@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Emby.Server.Core</RootNamespace>
<AssemblyName>Emby.Server.Core</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
diff --git a/Emby.Server.Core/app.config b/Emby.Server.Core/app.config
index 61096febb..57ff62392 100644
--- a/Emby.Server.Core/app.config
+++ b/Emby.Server.Core/app.config
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
- <assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.7.0" newVersion="4.0.7.0" />
+ <assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral"/>
+ <bindingRedirect oldVersion="0.0.0.0-4.0.7.0" newVersion="4.0.7.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
-</configuration> \ No newline at end of file
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration>