-
Notifications
You must be signed in to change notification settings - Fork 84
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
2 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
src/netstandard/WampSharp.Default/WampSharp.Default.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,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<title>WampSharp.Default</title> | ||
<description>WampSharp above Fleck, Newtonsoft.Json, NewtonsoftMessagePack, and System.Net.WebSockets</description> | ||
<PackageTags>websockets wampws rpc pubsub fleck wampv2 json msgpack</PackageTags> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\WampSharp.Default.Client\WampSharp.Default.Client.csproj" /> | ||
<ProjectReference Include="..\WampSharp.Default.Router\WampSharp.Default.Router.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
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