aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Parser
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-02 13:23:30 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-02 13:23:30 +0000
commit66fb666b859c9705208d90b36d58a2012e591c80 (patch)
tree3488115416088936bc33e607f531c6dce8ee3e11 /Aggregator/Parser
parent2484f1392b0247e7e7b9509cbacc19d5e830960c (diff)
downloadnewsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.tar.gz
newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.tar.bz2
newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.zip
Added projects and solution for Aggregator
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r--Aggregator/Parser/Class1.cs6
-rw-r--r--Aggregator/Parser/Parser.csproj7
2 files changed, 13 insertions, 0 deletions
diff --git a/Aggregator/Parser/Class1.cs b/Aggregator/Parser/Class1.cs
new file mode 100644
index 0000000..635f2eb
--- /dev/null
+++ b/Aggregator/Parser/Class1.cs
@@ -0,0 +1,6 @@
+using System;
+
+namespace Parser {
+ public class Class1 {
+ }
+}
diff --git a/Aggregator/Parser/Parser.csproj b/Aggregator/Parser/Parser.csproj
new file mode 100644
index 0000000..86ea3bb
--- /dev/null
+++ b/Aggregator/Parser/Parser.csproj
@@ -0,0 +1,7 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ </PropertyGroup>
+
+</Project>