aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/project.json
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-24 15:40:25 -0400
committerGitHub <noreply@github.com>2017-05-24 15:40:25 -0400
commitff19fd971c3dadd716cb49366691b830d41cea26 (patch)
treed12fde3dd5178579e71e2f268602ad642ffaebe7 /Emby.Common.Implementations/project.json
parent57bce7daf3777be0ab83833d140c3bb1b13766a8 (diff)
parent71f7fc4e116f32a20c63ddbb17844a81283a6ba4 (diff)
Merge pull request #2658 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations/project.json')
-rw-r--r--Emby.Common.Implementations/project.json71
1 files changed, 0 insertions, 71 deletions
diff --git a/Emby.Common.Implementations/project.json b/Emby.Common.Implementations/project.json
deleted file mode 100644
index ff60c740e..000000000
--- a/Emby.Common.Implementations/project.json
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- "version": "1.0.0-*",
-
- "dependencies": {
-
- },
-
- "frameworks": {
- "net46": {
- "frameworkAssemblies": {
- "System.Collections": "4.0.0.0",
- "System.IO": "4.0.0.0",
- "System.Net": "4.0.0.0",
- "System.Net.Http": "4.0.0.0",
- "System.Net.Primitives": "4.0.0.0",
- "System.Net.Http.WebRequest": "4.0.0.0",
- "System.Reflection": "4.0.0.0",
- "System.Runtime": "4.0.0.0",
- "System.Runtime.Extensions": "4.0.0.0",
- "System.Text.Encoding": "4.0.0.0",
- "System.Threading": "4.0.0.0",
- "System.Threading.Tasks": "4.0.0.0",
- "System.Xml.ReaderWriter": "4.0.0"
- },
- "dependencies": {
- "SimpleInjector": "3.2.4",
- "ServiceStack.Text": "4.5.4",
- "NLog": "4.4.0-betaV15",
- "sharpcompress": "0.14.0",
- "MediaBrowser.Model": {
- "target": "project"
- },
- "MediaBrowser.Common": {
- "target": "project"
- }
- }
- },
- "netstandard1.6": {
- "imports": "dnxcore50",
- "dependencies": {
- "NETStandard.Library": "1.6.1",
- "System.IO.FileSystem.DriveInfo": "4.3.0",
- "System.Diagnostics.Process": "4.3.0",
- "System.Threading.Timer": "4.3.0",
- "System.Net.Requests": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XmlSerializer": "4.3.0",
- "System.Net.Http": "4.3.2",
- "System.Net.Primitives": "4.3.0",
- "System.Net.Sockets": "4.3.0",
- "System.Net.NetworkInformation": "4.3.0",
- "System.Net.NameResolution": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime.Loader": "4.3.0",
- "SimpleInjector": "3.2.4",
- "ServiceStack.Text.Core": "1.0.27",
- "NLog": "4.4.0-betaV15",
- "sharpcompress": "0.14.0",
- "System.AppDomain": "2.0.11",
- "MediaBrowser.Model": {
- "target": "project"
- },
- "MediaBrowser.Common": {
- "target": "project"
- }
- }
- }
- }
-}