diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-02 13:23:30 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-02 13:23:30 +0000 |
commit | 66fb666b859c9705208d90b36d58a2012e591c80 (patch) | |
tree | 3488115416088936bc33e607f531c6dce8ee3e11 /Aggregator/Parser/Parser.csproj | |
parent | 2484f1392b0247e7e7b9509cbacc19d5e830960c (diff) | |
download | newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.tar.gz newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.tar.bz2 newsaggregator-66fb666b859c9705208d90b36d58a2012e591c80.zip |
Added projects and solution for Aggregator
Diffstat (limited to 'Aggregator/Parser/Parser.csproj')
-rw-r--r-- | Aggregator/Parser/Parser.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
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> |