forked from litenova/LiteBus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLiteBus.Samples.NetCore.csproj
More file actions
17 lines (17 loc) · 1.01 KB
/
LiteBus.Samples.NetCore.csproj
File metadata and controls
17 lines (17 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5"/>
<PackageReference Include="NSwag.AspNetCore" Version="14.7.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LiteBus.Samples\LiteBus.Samples.csproj"/>
<ProjectReference Include="..\..\src\LiteBus.Commands.Extensions.Microsoft.DependencyInjection\LiteBus.Commands.Extensions.Microsoft.DependencyInjection.csproj"/>
<ProjectReference Include="..\..\src\LiteBus.Queries.Extensions.Microsoft.DependencyInjection\LiteBus.Queries.Extensions.Microsoft.DependencyInjection.csproj"/>
<ProjectReference Include="..\..\src\LiteBus.Events.Extensions.Microsoft.DependencyInjection\LiteBus.Events.Extensions.Microsoft.DependencyInjection.csproj"/>
</ItemGroup>
</Project>