33 lines
1.9 KiB
XML
33 lines
1.9 KiB
XML
<Project>
|
|
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="11.0.0" />
|
|
<PackageReference Include="TouchSocket.Http" Version="3.0.14" />
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
<AutoMapper_Extensions_Microsoft_DependencyInjection_Version>11.0.0</AutoMapper_Extensions_Microsoft_DependencyInjection_Version>
|
|
<Grpc_AspNetCore_Version>2.47.0</Grpc_AspNetCore_Version>
|
|
<Microsoft_AspNetCore_Authentication_JwtBearer_Version>6.0.36</Microsoft_AspNetCore_Authentication_JwtBearer_Version>
|
|
<Microsoft_VisualStudio_Azure_Containers_Tools_Targets_Version>1.21.0</Microsoft_VisualStudio_Azure_Containers_Tools_Targets_Version>
|
|
<NLog_Web_AspNetCore_Version>5.0.0</NLog_Web_AspNetCore_Version>
|
|
<Swashbuckle_AspNetCore_Version>6.5.0</Swashbuckle_AspNetCore_Version>
|
|
<AspectCore_Extensions_Reflection_Version>2.4.0</AspectCore_Extensions_Reflection_Version>
|
|
<Microsoft_AspNetCore_Mvc_Abstractions_Version>2.3.0</Microsoft_AspNetCore_Mvc_Abstractions_Version>
|
|
<Microsoft_AspNetCore_Mvc_Formatters_Json_Version>2.3.0</Microsoft_AspNetCore_Mvc_Formatters_Json_Version>
|
|
<Microsoft_Extensions_Configuration_Abstractions_Version>8.0.0</Microsoft_Extensions_Configuration_Abstractions_Version>
|
|
<Npgsql_Version>9.0.2</Npgsql_Version>
|
|
<SixLabors_Fonts_Version>2.1.2</SixLabors_Fonts_Version>
|
|
<SixLabors_ImageSharp_Version>3.1.6</SixLabors_ImageSharp_Version>
|
|
<SixLabors_ImageSharp_Drawing_Version>2.1.5</SixLabors_ImageSharp_Drawing_Version>
|
|
<SlackNet_Extensions_DependencyInjection_Version>0.15.5</SlackNet_Extensions_DependencyInjection_Version>
|
|
<SqlSugarCore_Version>5.1.4.177</SqlSugarCore_Version>
|
|
<StackExchange_Redis_Version>2.8.24</StackExchange_Redis_Version>
|
|
</PropertyGroup>
|
|
</Project>
|