@@ -3,7 +3,7 @@ | |||
<TargetFramework>net6.0</TargetFramework> | |||
<ImplicitUsings>enable</ImplicitUsings> | |||
<Nullable>enable</Nullable> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<VersionPrefix>1.0.3</VersionPrefix> | |||
<AssemblyName>BPA.Component.ApmClient</AssemblyName> | |||
<RootNamespace>BPA.Component.ApmClient</RootNamespace> | |||
<Description>黑菠萝-链路跟踪客户端</Description> | |||
@@ -16,11 +16,14 @@ | |||
<DocumentationFile>bin\BPA.Component.ApmClient.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
<PackageReference Include="SkyAPM.Agent.AspNetCore" Version="1.3.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
</ItemGroup> | |||
</Project> |
@@ -6,7 +6,7 @@ | |||
<LangVersion>default</LangVersion> | |||
<AssemblyName>BPA.Component.ApolloClient</AssemblyName> | |||
<RootNamespace>BPA.Component.ApolloClient</RootNamespace> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-apollo客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -19,6 +19,9 @@ | |||
<ItemGroup> | |||
<PackageReference Include="Com.Ctrip.Framework.Apollo.Configuration" Version="2.4.1" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -6,7 +6,7 @@ | |||
<AssemblyName>BPA.Component.CanalClient</AssemblyName> | |||
<RootNamespace>BPA.Component.CanalClient</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-Cannal客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -17,6 +17,9 @@ | |||
<DocumentationFile>BPA.Component.CanalClient.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -5,7 +5,7 @@ | |||
<Nullable>enable</Nullable> | |||
<AssemblyName>BPA.Component.ClickHouseClient</AssemblyName> | |||
<RootNamespace>BPA.Component.ClickHouseClient</RootNamespace> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<VersionPrefix>1.0.3</VersionPrefix> | |||
<Description>黑菠萝-ClickHouse客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -18,6 +18,9 @@ | |||
<ItemGroup> | |||
<PackageReference Include="ClickHouse.Client" Version="4.2.2" /> | |||
<PackageReference Include="Dapper" Version="2.0.35" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -6,7 +6,7 @@ | |||
<AssemblyName>BPA.Component.DTOCommon</AssemblyName> | |||
<RootNamespace>BPA.Component.DTOCommon</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.4</VersionPrefix> | |||
<Description>黑菠萝-DTO基础类</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -17,7 +17,10 @@ | |||
<DocumentationFile>bin\BPA.Component.DTOCommon.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\..\BPA.Component.Extensions\BPA.Component.Extensions\BPA.Component.Extensions.csproj" /> | |||
@@ -4,7 +4,7 @@ | |||
<LangVersion>default</LangVersion> | |||
<AssemblyName>BPA.Component.DbClient</AssemblyName> | |||
<RootNamespace>BPA.Component.DbClient</RootNamespace> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-数据库客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -16,7 +16,10 @@ | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
<PackageReference Include="sqlSugarCore" Version="5.0.1.3" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
</ItemGroup> | |||
</Project> |
@@ -1,27 +1,30 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<TargetFramework>net6.0</TargetFramework> | |||
<ImplicitUsings>enable</ImplicitUsings> | |||
<Nullable>enable</Nullable> | |||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |||
<AssemblyName>BPA.Component.Extensions</AssemblyName> | |||
<RootNamespace>BPA.Component.Extensions</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<Description>黑菠萝-通用扩展</Description> | |||
<PackageReleaseNotes/> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | |||
<DocumentationFile>bin\BPA.Component.Extensions.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | |||
<DocumentationFile>bin\BPA.Component.Extensions.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/> | |||
<PackageReference Include="AutoMapper" Version="11.0.0"/> | |||
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0"/> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0"/> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5"/> | |||
</ItemGroup> | |||
<PropertyGroup> | |||
<TargetFramework>net6.0</TargetFramework> | |||
<ImplicitUsings>enable</ImplicitUsings> | |||
<Nullable>enable</Nullable> | |||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |||
<AssemblyName>BPA.Component.Extensions</AssemblyName> | |||
<RootNamespace>BPA.Component.Extensions</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-通用扩展</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | |||
<DocumentationFile>bin\BPA.Component.Extensions.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | |||
<DocumentationFile>bin\BPA.Component.Extensions.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | |||
<PackageReference Include="AutoMapper" Version="11.0.0" /> | |||
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -1,25 +1,28 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<TargetFramework>net6.0</TargetFramework> | |||
<ImplicitUsings>enable</ImplicitUsings> | |||
<Nullable>enable</Nullable> | |||
<AssemblyName>BPA.Component.LogClient</AssemblyName> | |||
<RootNamespace>BPA.Component.LogClient</RootNamespace> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<Description>黑菠萝-日志客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | |||
<DocumentationFile>bin\BPA.Component.LogClient.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | |||
<DocumentationFile>BPA.Component.LogClient.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="BPA.Component.Extensions" Version="1.0.1" /> | |||
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.4" /> | |||
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" /> | |||
<PackageReference Include="NLog.Targets.ElasticSearch" Version="7.7.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
</ItemGroup> | |||
<PropertyGroup> | |||
<TargetFramework>net6.0</TargetFramework> | |||
<ImplicitUsings>enable</ImplicitUsings> | |||
<Nullable>enable</Nullable> | |||
<AssemblyName>BPA.Component.LogClient</AssemblyName> | |||
<RootNamespace>BPA.Component.LogClient</RootNamespace> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-日志客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | |||
<DocumentationFile>bin\BPA.Component.LogClient.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | |||
<DocumentationFile>BPA.Component.LogClient.xml</DocumentationFile> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="BPA.Component.Extensions" Version="1.0.1" /> | |||
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.4" /> | |||
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" /> | |||
<PackageReference Include="NLog.Targets.ElasticSearch" Version="7.7.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -18,6 +18,9 @@ | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="MQTTnet" Version="3.1.2" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -6,7 +6,7 @@ | |||
<AssemblyName>BPA.Component.MongoClient</AssemblyName> | |||
<RootNamespace>BPA.Component.MongoClient</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-MongoDb客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -19,6 +19,9 @@ | |||
<ItemGroup> | |||
<PackageReference Include="BPA.Component.Extensions" Version="1.0.1" /> | |||
<PackageReference Include="MongoDB.Driver" Version="2.15.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -6,7 +6,7 @@ | |||
<AssemblyName>BPA.Component.RabbitMQClient</AssemblyName> | |||
<RootNamespace>BPA.Component.RabbitMQClient</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-RabbitMQ客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -18,9 +18,12 @@ | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
<PackageReference Include="RabbitMQ.Client" Version="6.2.4" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
</ItemGroup> | |||
</Project> |
@@ -6,7 +6,7 @@ | |||
<members> | |||
<member name="T:BPA.Component.RabbitMQClient.Base.BaseConsumer`2"> | |||
<summary> | |||
BaseConsumer ,必须重写父类的 Dequeue,以便接受消息 | |||
BaseConsumer,必须重写父类的Dequeue,以便接受消息 | |||
</summary> | |||
<typeparam name="TMsgBody"></typeparam> | |||
<typeparam name="TConsumer"></typeparam> | |||
@@ -299,7 +299,7 @@ | |||
RabbitMQ 扩展 | |||
</summary> | |||
</member> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.UseRabbitMQProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,BPA.Component.RabbitMQClient.Connection.RabbitMqConnectionConfig})"> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.AddRabbitMQProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,BPA.Component.RabbitMQClient.Connection.RabbitMqConnectionConfig})"> | |||
<summary> | |||
注入 <see cref="T:BPA.Component.RabbitMQClient.Provider.RabbitMQProvider"/> 到IOC 容器,单例; | |||
<code> | |||
@@ -313,7 +313,7 @@ | |||
<param name="configFunc"></param> | |||
<returns></returns> | |||
</member> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.UseRabbitMQProvider``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})"> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.AddRabbitMQProvider``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})"> | |||
<summary> | |||
注入自定义RabbitMQProvider 到IOC 容器,单例,TRabbitMQProvider 需要继承<see cref="T:BPA.Component.RabbitMQClient.Provider.RabbitMQProvider"/> | |||
</summary> | |||
@@ -322,7 +322,7 @@ | |||
<param name="buildRabbitMQProvider"></param> | |||
<returns></returns> | |||
</member> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.UseRabbitMQProducer``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.AddRabbitMQProducer``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> | |||
<summary> | |||
注入 生产者 到IOC 容器,单例 | |||
</summary> | |||
@@ -331,7 +331,7 @@ | |||
<param name="services"></param> | |||
<returns></returns> | |||
</member> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.UseRabbitMQConsumer``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqConfigExtensions.AddRabbitMQConsumer``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)"> | |||
<summary> | |||
注入 消息消费者 到IOC 容器,多例 | |||
</summary> | |||
@@ -402,7 +402,8 @@ | |||
</summary> | |||
<typeparam name="TProducer"></typeparam> | |||
<typeparam name="TMsgBody"></typeparam> | |||
<param name="config"></param> | |||
<param name="config"></param> | |||
<exception cref="T:System.ArgumentNullException"></exception> | |||
<returns></returns> | |||
</member> | |||
<member name="M:BPA.Component.RabbitMQClient.Extensions.RabbitMqQueueConfigExtension.UseConsumer``2(BPA.Component.RabbitMQClient.Config.RabbitMqQueueConfig)"> | |||
@@ -6,7 +6,7 @@ | |||
<AssemblyName>BPA.Component.RedisClient</AssemblyName> | |||
<RootNamespace>BPA.Component.RedisClient</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.1</VersionPrefix> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<Description>黑菠萝-Redis客户端</Description> | |||
<PackageReleaseNotes /> | |||
</PropertyGroup> | |||
@@ -19,6 +19,9 @@ | |||
<ItemGroup> | |||
<PackageReference Include="CSRedisCore" Version="3.6.9" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
</Project> |
@@ -20,9 +20,12 @@ | |||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> | |||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
<PackageReference Include="Refit.HttpClientFactory" Version="5.2.1" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<!-- <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.0"/>--> | |||
</ItemGroup> | |||
<ItemGroup> | |||
@@ -6,7 +6,7 @@ | |||
<AssemblyName>BPA.Component.WebApiExtensions</AssemblyName> | |||
<RootNamespace>BPA.Component.WebApiExtensions</RootNamespace> | |||
<LangVersion>default</LangVersion> | |||
<VersionPrefix>1.0.2</VersionPrefix> | |||
<VersionPrefix>1.0.3</VersionPrefix> | |||
<Description>黑菠萝-WebAPi扩展</Description> | |||
<IsPackable>true</IsPackable> | |||
<PackageReleaseNotes /> | |||
@@ -20,7 +20,10 @@ | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | |||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.5" /> | |||
<PackageReference Include="Nuget.Tools.V2" Version="1.1.6"> | |||
<PrivateAssets>all</PrivateAssets> | |||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |||
</PackageReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\..\BPA.Component.DTOCommon\BPA.Component.DTOCommon\BPA.Component.DTOCommon.csproj" /> | |||