File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- .paket\paket.bootstrapper.exe
3
+ .paket\paket.bootstrapper.exe
4
4
IF EXIST paket.lock (.paket\paket.exe restore)
5
5
IF NOT EXIST paket.lock (.paket\paket.exe install)
6
6
" packages\build\FAKE\tools\Fake.exe" " build\\scripts\\Targets.fsx" " cmdline=%* "
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\Clients.Common.targets" />
3
3
<PropertyGroup >
4
- <TargetFrameworks Condition =" '$(DotNetCoreOnly)'=='1'" >netstandard1.3</TargetFrameworks >
5
4
<TargetFrameworks Condition =" '$(DotNetCoreOnly)'==''" >net45;net46;netstandard1.3</TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(DotNetCoreOnly)'=='1'" >netstandard1.3</TargetFrameworks >
6
6
</PropertyGroup >
7
7
<ItemGroup Condition =" '$(TargetFramework)'!='netstandard1.3'" >
8
8
<Reference Include =" Microsoft.CSharp" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\Clients.Common.targets" />
3
3
<PropertyGroup >
4
- <TargetFrameworks Condition =" '$(DotNetCoreOnly)'=='1'" >netstandard1.3</TargetFrameworks >
5
4
<TargetFrameworks Condition =" '$(DotNetCoreOnly)'==''" >net45;net46;netstandard1.3</TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(DotNetCoreOnly)'=='1'" >netstandard1.3</TargetFrameworks >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<ProjectReference Include =" ..\Elasticsearch.Net\Elasticsearch.Net.csproj" />
Original file line number Diff line number Diff line change 4
4
<DotNetCoreOnly Condition =" '$(TRAVIS)'==''" >
5
5
</DotNetCoreOnly >
6
6
<OutputType >Exe</OutputType >
7
- <TargetFrameworks Condition =" '$(DotNetCoreOnly)'=='1'" >netcoreapp1.1</TargetFrameworks >
8
7
<TargetFrameworks Condition =" '$(DotNetCoreOnly)'==''" >netcoreapp1.1;net45;net46</TargetFrameworks >
8
+ <TargetFrameworks Condition =" '$(DotNetCoreOnly)'=='1'" >netcoreapp1.1</TargetFrameworks >
9
9
<VersionPrefix >6.0.0</VersionPrefix >
10
10
<VersionSuffix >alpha</VersionSuffix >
11
11
<DefineConstants Condition =" '$(TargetFramework)'=='netcoreapp1.1' OR '$(DotNetCoreOnly)'=='1'" >$(DefineConstants);DOTNETCORE</DefineConstants >
39
39
<ItemGroup >
40
40
<EmbeddedResource Include =" Document\Single\Attachment\Attachment_Test_Document.pdf" />
41
41
</ItemGroup >
42
- </Project >
42
+ </Project >
You can’t perform that action at this time.
0 commit comments