aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Parser
diff options
context:
space:
mode:
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>