File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/Clean.Architecture.Web Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<Sdk Name =" Microsoft.Build.CentralPackageVersions" Version =" 2.1.3" />
3
-
3
+
4
4
<PropertyGroup >
5
5
<PreserveCompilationContext >true</PreserveCompilationContext >
6
6
<OutputType >Exe</OutputType >
7
7
<WebProjectMode >true</WebProjectMode >
8
8
<GenerateDocumentationFile >True</GenerateDocumentationFile >
9
9
</PropertyGroup >
10
-
10
+
11
11
<ItemGroup >
12
12
<PackageReference Include =" Ardalis.ListStartupServices" />
13
13
<PackageReference Include =" Ardalis.Result" />
18
18
<!-- <PackageReference Include="FastEndpoints.Swagger.Swashbuckle" />-->
19
19
<PackageReference Include =" MediatR" />
20
20
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" PrivateAssets =" All" />
21
- <PackageReference Include =" Serilog.Sinks.ApplicationInsights" />
22
21
<PackageReference Include =" Serilog.AspNetCore" />
23
22
</ItemGroup >
24
-
23
+
25
24
<ItemGroup >
26
25
<ProjectReference Include =" ..\Clean.Architecture.Infrastructure\Clean.Architecture.Infrastructure.csproj" />
27
26
<ProjectReference Include =" ..\Clean.Architecture.UseCases\Clean.Architecture.UseCases.csproj" />
28
27
</ItemGroup >
29
-
28
+
30
29
</Project >
You can’t perform that action at this time.
0 commit comments