-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWordPressPluginAnalytics.csproj
More file actions
24 lines (20 loc) · 1 KB
/
WordPressPluginAnalytics.csproj
File metadata and controls
24 lines (20 loc) · 1 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="cloudscribe.HtmlAgilityPack" Version="1.0.1" />
<PackageReference Include="Devsense.Php.Parser" Version="1.2.14" />
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="Microsoft.Azure.Management.DataLake.Analytics" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="1.0.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.2.12" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Scripts\" />
</ItemGroup>
</Project>