Skip to content

Commit

Permalink
Added Nuget info
Browse files Browse the repository at this point in the history
  • Loading branch information
Horizon0156 committed Jan 31, 2019
1 parent e155ed4 commit fb75125
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Horizon.XmlRpc.AspNetCore/Horizon.XmlRpc.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\Horizon.XmlRpc.Server\Horizon.XmlRpc.Server.csproj" />
<ItemGroup>
<ProjectReference Include="..\Horizon.XmlRpc.Server\Horizon.XmlRpc.Server.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
</ItemGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.5.0</ReleaseVersion>
<PackageVersion>2.5.0</PackageVersion>
<Authors>Horizon0156</Authors>
<PackageProjectUrl>https://github.com/Horizon0156/XmlRpc</PackageProjectUrl>
<Description>ASP.NET Core integration for hosting XmlRpc Services. </Description>
<PackOnBuild>true</PackOnBuild>
<PackageId>Horizon.XmlRpc.AspNetCore</PackageId>
</PropertyGroup>

</Project>

0 comments on commit fb75125

Please sign in to comment.