11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net10.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
4+ <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
65 <Nullable >enable</Nullable >
7- <PackageIcon >pandatech.png</PackageIcon >
8- <PackageReadmeFile >Readme.md</PackageReadmeFile >
9- <Authors >Pandatech</Authors >
10- <Copyright >MIT</Copyright >
11- <Version >3.0.1</Version >
6+ <ImplicitUsings >enable</ImplicitUsings >
7+
8+ <IsPackable >true</IsPackable >
9+
1210 <PackageId >Pandatech.FluentMinimalApiMapper</PackageId >
13- <Title >FluentMinimalApiMapper: Effortless Endpoint Integration</Title >
14- <PackageTags >Pandatech, library, MinimalAPI, AutoMapping, FluentAPI, EndpointRegistration</PackageTags >
15- <Description >FluentMinimalApiMapper redefines the simplicity of minimal API development, offering an intuitive and automated approach to endpoint mapping. With a focus on streamlined integration, this NuGet package by PandaTech is the perfect tool for developers looking to enhance the efficiency and readability of their modular applications. Dive into the seamless world of API development with FluentMinimalApiMapper, where every route is a journey simplified.</Description >
11+ <Authors >Pandatech</Authors >
12+ <Description >Lightweight auto-discovery and mapping of Minimal API endpoints across assemblies. Define IEndpoint, call AddMinimalApis and MapMinimalApis — no configuration required.</Description >
13+ <PackageTags >minimal-api;minimal-apis;endpoint-mapping;auto-discovery;modular;clean-architecture</PackageTags >
14+
15+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
16+ <RepositoryType >git</RepositoryType >
1617 <RepositoryUrl >https://github.com/PandaTechAM/be-lib-fluent-minimal-api-mapper</RepositoryUrl >
17- <PackageReleaseNotes >nuget updates</PackageReleaseNotes >
18+ <PackageProjectUrl >https://github.com/PandaTechAM/be-lib-fluent-minimal-api-mapper</PackageProjectUrl >
19+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
1820
19- <!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) -- >
20- <RunAnalyzersDuringBuild >false</ RunAnalyzersDuringBuild >
21+ <PackageIcon >pandatech.png</ PackageIcon >
22+ <PackageReadmeFile >README.md</ PackageReadmeFile >
2123
22- <!-- Keep background/live analysis in the IDE -->
23- <RunAnalyzersDuringLiveAnalysis >true</RunAnalyzersDuringLiveAnalysis >
24+ <Version >4.0.0</Version >
25+ <PackageReleaseNotes >Multi-target net8.0/net9.0/net10.0, switched to FrameworkReference</PackageReleaseNotes >
26+
27+ <!-- Build quality -->
28+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
29+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
2430
25- <!-- Optional: ensure code-style analyzers don't run during build either -->
31+ <!-- Source/symbols -->
32+ <IncludeSymbols >true</IncludeSymbols >
33+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
34+ <ContinuousIntegrationBuild Condition =" '$(CI)' == 'true'" >true</ContinuousIntegrationBuild >
35+
36+ <!-- Analyzer behavior -->
37+ <RunAnalyzersDuringBuild >false</RunAnalyzersDuringBuild >
38+ <RunAnalyzersDuringLiveAnalysis >true</RunAnalyzersDuringLiveAnalysis >
2639 <EnforceCodeStyleInBuild >false</EnforceCodeStyleInBuild >
2740 </PropertyGroup >
2841
2942 <ItemGroup >
3043 <None Include =" ..\..\pandatech.png" Pack =" true" PackagePath =" \" />
31- <None Include =" ..\..\Readme.md" Pack =" true" PackagePath =" \" />
44+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
45+ </ItemGroup >
46+
47+ <ItemGroup >
48+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
3249 </ItemGroup >
3350
51+ <!-- Analyzers -->
3452 <ItemGroup >
35- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.2" />
36- <PackageReference Include =" Pandatech.Analyzers" Version =" 2.1.0" />
37- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 10.18.0.131500" >
53+ <PackageReference Include =" Pandatech.Analyzers" Version =" [2.1.0]" PrivateAssets =" all" />
54+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" [10.18.0.131500]" >
3855 <PrivateAssets >all</PrivateAssets >
3956 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4057 </PackageReference >
4158 </ItemGroup >
4259
43- </Project >
60+ </Project >
0 commit comments