-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
1,983 additions
and
2,339 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
105 changes: 0 additions & 105 deletions
105
src/ArangoDB.Client.Examples/ArangoDB.Client.Examples.Net45.csproj
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
src/ArangoDB.Client.Examples/ArangoDB.Client.Examples.Net45.project.json
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
src/ArangoDB.Client.Examples/ArangoDB.Client.Examples.Portable.csproj
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
src/ArangoDB.Client.Examples/ArangoDB.Client.Examples.Portable.project.json
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
src/ArangoDB.Client.Examples/ArangoDB.Client.Examples.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp2.0;net46;netcoreapp1.1</TargetFrameworks> | ||
<NoWarn>1701;1702;1705,1591,1573,1572,1570,1711</NoWarn> | ||
<!--<IsPackable>false</IsPackable>--> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Moq" Version="4.8.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> | ||
<PackageReference Include="xunit" Version="2.3.1" /> | ||
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170427-09" /> | ||
<ProjectReference Include="..\ArangoDB.Client\ArangoDB.Client.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)'=='net46'"> | ||
</ItemGroup> | ||
<PropertyGroup Condition="'$(TargetFramework)'=='net46'"> | ||
<DefineConstants>NET46</DefineConstants> | ||
</PropertyGroup> | ||
|
||
</Project> |
21 changes: 0 additions & 21 deletions
21
src/ArangoDB.Client.Examples/ArangoDB.Client.Examples.xproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.