diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:40:28 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:40:28 +0100 |
commit | 08e7a82cc7b237e550c0236bebd4f41c3c3f4acf (patch) | |
tree | 30e2320d62f2bf3981120ad76f2de92efec1e8f5 /PollutometerWebApi/packages.config | |
parent | 9441b9d8b3035dc3142234dd13a1bcea21e72749 (diff) |
Moved API to separate folder.
Diffstat (limited to 'PollutometerWebApi/packages.config')
-rw-r--r-- | PollutometerWebApi/packages.config | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/PollutometerWebApi/packages.config b/PollutometerWebApi/packages.config deleted file mode 100644 index 8631ca7..0000000 --- a/PollutometerWebApi/packages.config +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<packages> - <package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" /> - <package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" /> - <package id="Microsoft.AspNet.WebApi" version="5.2.0" targetFramework="net45" /> - <package id="Microsoft.AspNet.WebApi.Client" version="5.2.0" targetFramework="net45" /> - <package id="Microsoft.AspNet.WebApi.Core" version="5.2.0" targetFramework="net45" /> - <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.0" targetFramework="net45" /> - <package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" /> - <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" /> - <package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" /> -</packages>
\ No newline at end of file |