diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-25 09:33:44 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-25 09:33:44 +0000 |
commit | 7255e51704c536c954cde1b96654ce3e4d49cb20 (patch) | |
tree | 18550bee33b5201ac05b0d26542536f3c87d94f1 /Aggregator/Parser/Parser.csproj | |
parent | c11f55ca5d3eca5e75aabaee7c352596bc2f2a9d (diff) | |
download | newsaggregator-7255e51704c536c954cde1b96654ce3e4d49cb20.tar.gz newsaggregator-7255e51704c536c954cde1b96654ce3e4d49cb20.tar.bz2 newsaggregator-7255e51704c536c954cde1b96654ce3e4d49cb20.zip |
Upgraded to dotnet 2.2
Diffstat (limited to 'Aggregator/Parser/Parser.csproj')
-rw-r--r-- | Aggregator/Parser/Parser.csproj | 2 |
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> |