1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2-
3- <PropertyGroup Condition =" $(Configuration) == 'Release'" >
4- <PublishAot >true</PublishAot >
5- </PropertyGroup >
6-
7- <PropertyGroup >
8- <TargetFramework >net10.0</TargetFramework >
9- <ImplicitUsings >enable</ImplicitUsings >
10- <Nullable >enable</Nullable >
11- <OutputType >Exe</OutputType >
12- <NoWarn >CS1591;CA2016</NoWarn >
13- <GenerateDocumentationFile >true</GenerateDocumentationFile >
14- <InvariantGlobalization >true</InvariantGlobalization >
15- <GenerateSerializerContexts >true</GenerateSerializerContexts >
16- <ExportSwaggerDocs >true</ExportSwaggerDocs >
17- <SwaggerExportPath >wwwroot/openapi</SwaggerExportPath >
18- </PropertyGroup >
19-
20- <ItemGroup >
21- <PackageReference Include =" FastEndpoints" Version =" 8.0.0-beta.10 " />
22- <PackageReference Include =" FastEndpoints.Generator" Version =" 8.0.0-beta.10 " PrivateAssets =" all" IncludeAssets =" runtime; build; native; contentfiles; analyzers; buildtransitive" />
23- <PackageReference Include =" FastEndpoints.Security" Version =" 8.0.0-beta.10 " />
24- <PackageReference Include =" FastEndpoints.Swagger" Version =" 8.0.0-beta.10 " />
25- <PackageReference Include =" Scalar.AspNetCore" Version =" 2.12.30" />
26- </ItemGroup >
27-
28- <ItemGroup >
29- <Content Remove =" dotnet-tools.json" />
30- </ItemGroup >
31-
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2+
3+ <PropertyGroup Condition =" $(Configuration) == 'Release'" >
4+ <PublishAot >true</PublishAot >
5+ </PropertyGroup >
6+
7+ <PropertyGroup >
8+ <TargetFramework >net10.0</TargetFramework >
9+ <ImplicitUsings >enable</ImplicitUsings >
10+ <Nullable >enable</Nullable >
11+ <OutputType >Exe</OutputType >
12+ <NoWarn >CS1591;CA2016</NoWarn >
13+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
14+ <InvariantGlobalization >true</InvariantGlobalization >
15+ <GenerateSerializerContexts >true</GenerateSerializerContexts >
16+ <ExportSwaggerDocs >true</ExportSwaggerDocs >
17+ <SwaggerExportPath >wwwroot/openapi</SwaggerExportPath >
18+ </PropertyGroup >
19+
20+ <ItemGroup >
21+ <PackageReference Include =" FastEndpoints" Version =" 8.0.0" />
22+ <PackageReference Include =" FastEndpoints.Generator" Version =" 8.0.0" PrivateAssets =" all" IncludeAssets =" runtime; build; native; contentfiles; analyzers; buildtransitive" />
23+ <PackageReference Include =" FastEndpoints.Security" Version =" 8.0.0" />
24+ <PackageReference Include =" FastEndpoints.Swagger" Version =" 8.0.0" />
25+ <PackageReference Include =" Scalar.AspNetCore" Version =" 2.12.30" />
26+ </ItemGroup >
27+
28+ <ItemGroup >
29+ <Content Remove =" dotnet-tools.json" />
30+ </ItemGroup >
31+
3232</Project >
0 commit comments