aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@protonmail.com>2017-11-20 14:36:20 +0100
committermarcinzelent <zelent.marcin@protonmail.com>2017-11-20 14:36:20 +0100
commitf6f830d066635c91763dd1ae6248c8c189e6fe7e (patch)
tree7cf4d3315bda5829046e029cf52d2e2d9a167380 /AirPollutionWebApi.Tests/packages.config
parent7ff8524f57d6f4641e4a3dbea6ff6dbe9e346deb (diff)
Added WebApi.
Diffstat (limited to 'AirPollutionWebApi.Tests/packages.config')
-rw-r--r--AirPollutionWebApi.Tests/packages.config13
1 files changed, 13 insertions, 0 deletions
diff --git a/AirPollutionWebApi.Tests/packages.config b/AirPollutionWebApi.Tests/packages.config
new file mode 100644
index 0000000..89948e8
--- /dev/null
+++ b/AirPollutionWebApi.Tests/packages.config
@@ -0,0 +1,13 @@
+<?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.3" targetFramework="net45" />
+ <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
+ <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
+ <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" 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="10.0.3" targetFramework="net45" />
+ <package id="NUnit" version="3.9.0" targetFramework="net45" />
+</packages> \ No newline at end of file