aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Parser
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-25 09:33:44 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-25 09:33:44 +0000
commit7255e51704c536c954cde1b96654ce3e4d49cb20 (patch)
tree18550bee33b5201ac05b0d26542536f3c87d94f1 /Aggregator/Parser
parentc11f55ca5d3eca5e75aabaee7c352596bc2f2a9d (diff)
downloadnewsaggregator-7255e51704c536c954cde1b96654ce3e4d49cb20.tar.gz
newsaggregator-7255e51704c536c954cde1b96654ce3e4d49cb20.tar.bz2
newsaggregator-7255e51704c536c954cde1b96654ce3e4d49cb20.zip
Upgraded to dotnet 2.2
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r--Aggregator/Parser/Parser.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Aggregator/Parser/Parser.csproj b/Aggregator/Parser/Parser.csproj
index 99dfa58..bbc90b0 100644
--- a/Aggregator/Parser/Parser.csproj
+++ b/Aggregator/Parser/Parser.csproj
@@ -5,7 +5,7 @@
</ItemGroup>
<PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
</Project>