NCC.Message.csproj
973 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Middlewares\**" />
<EmbeddedResource Remove="Middlewares\**" />
<None Remove="Middlewares\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Infrastructure\NCC.Authentication.JwtBearer\NCC.Authentication.JwtBearer.csproj" />
<ProjectReference Include="..\..\Common\NCC.Common.Core\NCC.Common.Core.csproj" />
<ProjectReference Include="..\NCC.Message.Interfaces\NCC.Message.Interfaces.csproj" />
</ItemGroup>
</Project>