diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-11-27 12:41:19 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-11-27 12:41:19 +0100 |
commit | 10bc4d0f275f5183da672ece1d7dfa5da8375b3f (patch) | |
tree | 6b04b695a19f5b8a487735b8286b749736b7a106 /AirPollutionWebApi/AirPollutionWebApi.csproj | |
parent | 5f56622fdfe457df69ecaeb81c8253cf96cda796 (diff) |
Refactored code and added method in controller for getting readings from last week.
Diffstat (limited to 'AirPollutionWebApi/AirPollutionWebApi.csproj')
-rw-r--r-- | AirPollutionWebApi/AirPollutionWebApi.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AirPollutionWebApi/AirPollutionWebApi.csproj b/AirPollutionWebApi/AirPollutionWebApi.csproj index 5a20af0..1fc9e17 100644 --- a/AirPollutionWebApi/AirPollutionWebApi.csproj +++ b/AirPollutionWebApi/AirPollutionWebApi.csproj @@ -8,7 +8,7 @@ <OutputType>Library</OutputType>
<RootNamespace>AirPollutionWebApi</RootNamespace>
<AssemblyName>AirPollutionWebApi</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
|