|
|
@ -2,14 +2,10 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net7.0</TargetFramework> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext> |
|
|
|
<AssemblyName>Catalog.API</AssemblyName> |
|
|
|
<PackageId>Catalog.API</PackageId> |
|
|
|
<UserSecretsId>aspnet-Catalog.API-20161122013618</UserSecretsId> |
|
|
|
<DockerComposeProjectPath>..\..\..\..\docker-compose.dcproj</DockerComposeProjectPath> |
|
|
|
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks> |
|
|
|
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
@ -32,9 +28,7 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Protobuf Include="Proto\catalog.proto" GrpcServices="Server" Generator="MSBuild:Compile" /> |
|
|
|
<Content Include="@(Protobuf)" /> |
|
|
|
<None Remove="@(Protobuf)" /> |
|
|
|
<Protobuf Include="Proto\catalog.proto" GrpcServices="Server" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
@ -42,27 +36,11 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" /> |
|
|
|
<PackageReference Include="Azure.Identity" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.AzureServiceBus" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.AzureStorage" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.Rabbitmq" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" /> |
|
|
|
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" /> |
|
|
|
<PackageReference Include="Google.Protobuf" /> |
|
|
|
<PackageReference Include="Grpc.AspNetCore.Server" /> |
|
|
|
<PackageReference Include="Grpc.Tools" PrivateAssets="All" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyModel" /> |
|
|
|
<PackageReference Include="Grpc.AspNetCore" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" /> |
|
|
|
<PackageReference Include="System.Data.SqlClient" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools"> |
|
|
@ -72,9 +50,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\EventBus\EventBus.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\BuildingBlocks\EventBus\IntegrationEventLogEF\IntegrationEventLogEF.csproj" /> |
|
|
|
<ProjectReference Include="..\..\Services.Common\Services.Common.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|