summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamim Pezeshki2016-09-22 09:38:09 +0330
committerSamim Pezeshki2016-09-22 09:38:09 +0330
commit68e34c59664c248175414ffeaf7c30500675116c (patch)
tree8282afe227687b593594b196aa949ca284b7367c
parenta659d85897628df0cb7b011b7a2cf495f4bdb95d (diff)
downloadaur-68e34c59664c248175414ffeaf7c30500675116c.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--project.json21
2 files changed, 0 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 847b3608ac71..5913000a469e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,9 @@ pkgbase = ktop-git
provides = ktop
conflicts = ktop
source = git+https://github.com/al1b/KTOP.git
- source = project.json
source = ktop
sha256sums = SKIP
sha256sums = 7188af436bf7f392ab31252010a8f20d728d70824d29c5f952dd06f449bfb71d
- sha256sums = 15190d1c90ea9bc363104e62a321b6c01e46b1a6df22a59bdd8436b4dd2e05e4
pkgname = ktop-git
diff --git a/project.json b/project.json
deleted file mode 100644
index 1c9114b4b9be..000000000000
--- a/project.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "version": "1.5.0-*",
- "buildOptions": {
- "emitEntryPoint": true
- },
-
- "dependencies": {
- "Autofac": "4.0.0",
- "KTOP.Base": "1.5.0-*",
- "KTOP.Helper": "1.5.0-*",
- "Microsoft.NETCore.App": {
- "type": "platform",
- "version": "1.0.0"
- }
- },
-
- "frameworks": {
- "netcoreapp1.0": {
- }
- }
-}