|
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
| 4 | + <CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> |
| 5 | + </PropertyGroup> |
| 6 | + <ItemGroup> |
| 7 | + <PackageVersion Include="coverlet.collector" Version="8.0.0" /> |
| 8 | + <PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" /> |
| 9 | + <PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" /> |
| 10 | + <PackageVersion Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="10.0.3" /> |
| 11 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" /> |
| 12 | + <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" /> |
| 13 | + <PackageVersion Include="Microsoft.AspNetCore.OData" Version="9.4.1" /> |
| 14 | + <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.3" /> |
| 15 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.3" /> |
| 16 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.3" /> |
| 17 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.3" /> |
| 18 | + <PackageVersion Include="Microsoft.Extensions.ApiDescription.Server" Version="10.0.3" /> |
| 19 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> |
| 20 | + <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
| 21 | + <PackageVersion Include="NSubstitute" Version="5.3.0" /> |
| 22 | + <PackageVersion Include="NuGet.Common" Version="7.3.0" /> |
| 23 | + <PackageVersion Include="NuGet.Protocol" Version="7.3.0" /> |
| 24 | + <PackageVersion Include="Refit" Version="10.0.1" /> |
| 25 | + <PackageVersion Include="Scalar.AspNetCore" Version="2.12.40" /> |
| 26 | + <PackageVersion Include="Serilog.AspNetCore" Version="10.0.0" /> |
| 27 | + <PackageVersion Include="Serilog.Enrichers.CorrelationId" Version="3.0.1" /> |
| 28 | + <PackageVersion Include="SonarAnalyzer.CSharp" Version="10.19.0.132793" /> |
| 29 | + <PackageVersion Include="StyleCop.Analyzers" Version="1.1.118" /> |
| 30 | + <PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.16.0" /> |
| 31 | + <PackageVersion Include="Vogen" Version="8.0.4" /> |
| 32 | + <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> |
| 33 | + <PackageVersion Include="xunit.v3" Version="3.2.2" /> |
| 34 | + </ItemGroup> |
| 35 | +</Project> |
0 commit comments