-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackages.config
More file actions
45 lines (45 loc) · 3.83 KB
/
packages.config
File metadata and controls
45 lines (45 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoMapper" version="5.2.0" targetFramework="net46" />
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights" version="2.5.1" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.4.0" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.5.1" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.PerfCounterCollector" version="2.5.1" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.TraceListener" version="2.5.0" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.Web" version="2.5.1" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.WindowsServer" version="2.5.1" targetFramework="net46" />
<package id="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" version="2.5.1" targetFramework="net46" />
<package id="Microsoft.AspNet.Cors" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.TelemetryCorrelation" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.Cors" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.OData" version="5.7.0" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.Owin" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.Authentication" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.CrossDomain" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.Entity" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.Home" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.Notifications" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.Quickstart" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Server.Tables" version="2.0.0" targetFramework="net46" />
<package id="Microsoft.Azure.NotificationHubs" version="1.0.7" targetFramework="net46" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.3" targetFramework="net46" />
<package id="Microsoft.Cognitive.LUIS" version="2.0.2" targetFramework="net46" />
<package id="Microsoft.Data.Edm" version="5.8.1" targetFramework="net46" />
<package id="Microsoft.Data.OData" version="5.8.4" targetFramework="net46" />
<package id="Microsoft.Net.Compilers" version="2.7.0" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net46" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net46" />
<package id="Microsoft.Owin.Security" version="3.0.1" targetFramework="net46" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net46" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
<package id="Owin" version="1.0" targetFramework="net46" />
<package id="System.Diagnostics.DiagnosticSource" version="4.4.0" targetFramework="net46" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.3.308261200" targetFramework="net46" />
<package id="System.Spatial" version="5.8.1" targetFramework="net46" />
<package id="WindowsAzure.Storage" version="9.1.1" targetFramework="net46" />
</packages>