Skip to content

Commit 1c89a28

Browse files
authored
Remove Reference to Serilog.Sinks.ApplicationInsights (#641)
1 parent 712877d commit 1c89a28

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.1.3" />
3-
3+
44
<PropertyGroup>
55
<PreserveCompilationContext>true</PreserveCompilationContext>
66
<OutputType>Exe</OutputType>
77
<WebProjectMode>true</WebProjectMode>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
</PropertyGroup>
10-
10+
1111
<ItemGroup>
1212
<PackageReference Include="Ardalis.ListStartupServices" />
1313
<PackageReference Include="Ardalis.Result" />
@@ -18,13 +18,12 @@
1818
<!-- <PackageReference Include="FastEndpoints.Swagger.Swashbuckle" />-->
1919
<PackageReference Include="MediatR" />
2020
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" PrivateAssets="All" />
21-
<PackageReference Include="Serilog.Sinks.ApplicationInsights" />
2221
<PackageReference Include="Serilog.AspNetCore" />
2322
</ItemGroup>
24-
23+
2524
<ItemGroup>
2625
<ProjectReference Include="..\Clean.Architecture.Infrastructure\Clean.Architecture.Infrastructure.csproj" />
2726
<ProjectReference Include="..\Clean.Architecture.UseCases\Clean.Architecture.UseCases.csproj" />
2827
</ItemGroup>
29-
28+
3029
</Project>

0 commit comments

Comments
 (0)