Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions JsonRpc.AspNetCore/JsonRpc.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
<PackageId>CXuesong.JsonRpc.AspNetCore</PackageId>
<Description>ASP.NET Core support for CXuesong.JsonRpc.Standard.</Description>
<PackageTags>json rpc json-rpc json-rpc-server asp.net asp.net-core</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.1" />
Expand Down
8 changes: 8 additions & 0 deletions JsonRpc.Commons/JsonRpc.Commons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@
<Description>An asynchronous JSON RPC server &amp; client library.</Description>
<PackageTags>json rpc json-rpc json-rpc-server json-rpc-client</PackageTags>
<RootNamespace>JsonRpc</RootNamespace>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
Expand Down
8 changes: 8 additions & 0 deletions JsonRpc.DynamicProxy/JsonRpc.DynamicProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
<PackageId>CXuesong.JsonRpc.DynamicProxy</PackageId>
<Description>Runtime dynamic client-side proxy builder for CXuesong.JsonRpc.Standard.</Description>
<PackageTags>json rpc json-rpc json-rpc-server json-rpc-client</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
Expand Down
8 changes: 8 additions & 0 deletions JsonRpc.Http/JsonRpc.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
<PackageId>CXuesong.JsonRpc.Http</PackageId>
<Description>HttpClient-based JsonRpcClientHandler for CXuesong.JsonRpc.Standard.</Description>
<PackageTags>json rpc json-rpc json-rpc-client http</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions JsonRpc.Streams/JsonRpc.Streams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
<PackageId>CXuesong.JsonRpc.Streams</PackageId>
<Description>Stream-based server and client handler for CXuesong.JsonRpc.Standard.</Description>
<PackageTags>json rpc json-rpc json-rpc-server json-rpc-client stream</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
<ProjectReference Include="..\JsonRpc.Commons\JsonRpc.Commons.csproj" />
Expand Down
8 changes: 8 additions & 0 deletions JsonRpc.WebSockets/JsonRpc.WebSockets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
<PackageId>CXuesong.JsonRpc.WebSockets</PackageId>
<Description>Websocket-based JSON-RPC message reader and writer implementations for CXuesong.JsonRpc.Standard.</Description>
<PackageTags>json rpc json-rpc json-rpc-server json-rpc-client websocket</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
</ItemGroup>
Expand Down