|
|
|
@ -0,0 +1,68 @@ |
|
|
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net8.0</TargetFrameworks> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
|
|
|
|
<DocumentationFile>obj\Debug\netstandard2.0\WeiCloud.Core.xml</DocumentationFile> |
|
|
|
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn> |
|
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
|
|
|
<DocumentationFile>obj\Debug\netstandard2.0\WeiCloud.Core.xml</DocumentationFile> |
|
|
|
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn> |
|
|
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
|
|
|
|
|
<DocumentationFile>obj\Release\netstandard2.0\WeiCloud.Core.xml</DocumentationFile> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
|
|
|
<DocumentationFile>obj\Release\netstandard2.0\WeiCloud.Core.xml</DocumentationFile> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<PackageReference Include="AlibabaCloud.SDK.Dysmsapi20170525" Version="2.0.8" /> |
|
|
|
|
|
|
|
<PackageReference Include="aliyun-net-sdk-core" Version="1.5.8" /> |
|
|
|
|
|
|
|
<PackageReference Include="AutoMapper" Version="10.1.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="Confluent.Kafka" Version="1.9.3" /> |
|
|
|
|
|
|
|
<PackageReference Include="DotNetCore.CAP" Version="6.2.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="DotNetCore.CAP.MySql" Version="6.2.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="DotNetCore.CAP.RedisStreams" Version="6.2.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="DynamicExpresso.Core" Version="2.8.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="GraphQL.Client" Version="3.2.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="3.2.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.ML" Version="1.5.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.ML.FastTree" Version="1.5.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="MonitorAopLog.Util" Version="1.0.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="NewLife.Core" Version="8.7.2020.601" /> |
|
|
|
|
|
|
|
<PackageReference Include="NewLife.Redis" Version="3.6.2020.601" /> |
|
|
|
|
|
|
|
<PackageReference Include="NLog.Database" Version="5.0.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="5.1.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="NodaTime" Version="2.4.7" /> |
|
|
|
|
|
|
|
<PackageReference Include="NPOI" Version="2.7.3" /> |
|
|
|
|
|
|
|
<PackageReference Include="NRules" Version="0.9.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="NRules.Fluent" Version="0.9.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="NRules.RuleModel" Version="0.9.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="NRules.Runtime" Version="0.9.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="PinYinConverterCore" Version="1.0.2" /> |
|
|
|
|
|
|
|
<PackageReference Include="Snowflake.Core" Version="2.0.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="StackExchange.Redis" Version="2.2.79" /> |
|
|
|
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="System.Management" Version="4.7.0" /> |
|
|
|
|
|
|
|
<PackageReference Include="NLog" Version="5.0.1" /> |
|
|
|
|
|
|
|
<PackageReference Include="WebSocketUtil" Version="1.0.4.4" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<ProjectReference Include="..\WeiCloud.Utils\WeiCloud.Utils.csproj" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |