Skip to content

Commit

Permalink
merged develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gardham-Pallister committed May 29, 2018
1 parent c97c028 commit f4de8f4
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions src/Rafty/Rafty.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>RAFT consensus implementation</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
Expand All @@ -11,22 +10,20 @@
<PackageId>Rafty</PackageId>
<PackageTags>API Gateway;.NET core</PackageTags>
<PackageProjectUrl>https://github.com/TomPallister/Rafty</PackageProjectUrl>
<PackageProjectUrl>https://github.com/TomPallister/Rafty</PackageProjectUrl>
<PackageProjectUrl>https://github.com/TomPallister/Rafty</PackageProjectUrl>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Authors>Tom Pallister</Authors>
<Authors>Tom Pallister</Authors>
</PropertyGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.500-preview2-1-003177" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.1"/>
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.500-preview2-1-003177"/>
<PackageReference Include="System.ValueTuple" Version="4.4.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.2"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit f4de8f4

Please sign in to comment.