stevelee пре 2 година
родитељ
комит
30c563640b
1 измењених фајлова са 31 додато и 32 уклоњено
  1. +31
    -32
      src/BPA.Component.SDKCommon/BPA.Component.SDKCommon/BPA.Component.SDKCommon.csproj

+ 31
- 32
src/BPA.Component.SDKCommon/BPA.Component.SDKCommon/BPA.Component.SDKCommon.csproj Прегледај датотеку

@@ -1,34 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>BPA.Component.SDKCommon</AssemblyName>
<RootNamespace>BPA.Component.SDKCommon</RootNamespace>
<VersionPrefix>1.0.1</VersionPrefix>
<Description>黑菠萝-SDK基础类</Description>
<PackageReleaseNotes />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\BPA.Component.ApolloClient.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\BPA.Component.ApolloClient.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<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="Microsoft.Extensions.Http.Polly" Version="6.0.0"/>-->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\BPA.Component.DTOCommon\BPA.Component.DTOCommon\BPA.Component.DTOCommon.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>BPA.Component.SDKCommon</AssemblyName>
<RootNamespace>BPA.Component.SDKCommon</RootNamespace>
<VersionPrefix>1.0.1</VersionPrefix>
<Description>黑菠萝-SDK基础类</Description>
<PackageReleaseNotes/>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\BPA.Component.ApolloClient.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\BPA.Component.ApolloClient.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2"/>
<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"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\BPA.Component.DTOCommon\BPA.Component.DTOCommon\BPA.Component.DTOCommon.csproj"/>
</ItemGroup>
</Project>

Loading…
Откажи
Сачувај