forked from ByteBardOrg/AsyncAPI.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathByteBard.AsyncAPI.Bindings.csproj
More file actions
26 lines (23 loc) · 1.06 KB
/
ByteBard.AsyncAPI.Bindings.csproj
File metadata and controls
26 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../Common.Build.props" />
<PropertyGroup>
<Description>AsyncAPI.NET Bindings</Description>
<PackageId>ByteBard.AsyncAPI.NET.Bindings</PackageId>
<AssemblyName>ByteBard.AsyncAPI.Bindings</AssemblyName>
<RootNamespace>ByteBard.AsyncAPI.Bindings</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ByteBard.AsyncAPI.Readers\ByteBard.AsyncAPI.Readers.csproj" />
<ProjectReference Include="..\ByteBard.AsyncAPI\ByteBard.AsyncAPI.csproj" />
</ItemGroup>
</Project>