forked from elastic/elasticsearch-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocGenerator.csproj
21 lines (21 loc) · 990 Bytes
/
DocGenerator.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<NoWarn>NU1701,NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AsciiDocNet" Version="1.0.0-alpha6" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<ProjectReference Include="..\..\Nest\Nest.csproj" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="2.3.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.3.2" />
<PackageReference Include="Microsoft.Build.Runtime" Version="15.3.409" />
<PackageReference Include="NuDoq" Version="1.2.5" />
</ItemGroup>
<Import Project="..\..\outputpath.props" />
</Project>