Browse Source

升级引用包

dev_1.0.1
stevelee 2 years ago
parent
commit
9492d4b720
7 changed files with 10 additions and 11 deletions
  1. +2
    -2
      src/BPA.SaaS.Material.Api.Bootstrap/BPA.SaaS.Material.Api.Bootstrap.csproj
  2. +1
    -1
      src/BPA.SaaS.Material.Api.DTO/BPA.SaaS.Material.Api.DTO.csproj
  3. +1
    -1
      src/BPA.SaaS.Material.Api.Entity/BPA.SaaS.Material.Api.Entity.csproj
  4. +1
    -1
      src/BPA.SaaS.Material.Api.Model/BPA.SaaS.Material.Api.Model.csproj
  5. +2
    -3
      src/BPA.SaaS.Material.Api.Repository/BPA.SaaS.Material.Api.Repository.csproj
  6. +1
    -1
      src/BPA.SaaS.Material.Api.SDK/BPA.SaaS.Material.Api.SDK.csproj
  7. +2
    -2
      src/BPA.SaaS.Material.Api.Service/BPA.SaaS.Material.Api.Service.csproj

+ 2
- 2
src/BPA.SaaS.Material.Api.Bootstrap/BPA.SaaS.Material.Api.Bootstrap.csproj View File

@@ -11,9 +11,9 @@
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.2.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.2.3" />
<PackageReference Include="BPA.Component.CAP.RabbitMQ" Version="1.0.2" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.10" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.11" />
<PackageReference Include="BPA.Component.Extensions" Version="1.0.4" />
<PackageReference Include="BPA.Component.WebApiExtensions" Version="1.0.20" />
<PackageReference Include="BPA.Component.WebApiExtensions" Version="1.0.21" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BPA.SaaS.Material.Api.DTO\BPA.SaaS.Material.Api.DTO.csproj" />


+ 1
- 1
src/BPA.SaaS.Material.Api.DTO/BPA.SaaS.Material.Api.DTO.csproj View File

@@ -8,7 +8,7 @@
<PackageReleaseNotes />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.10" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.11" />
<PackageReference Include="Nuget.Tools.V2" Version="1.1.7" />
</ItemGroup>
</Project>

+ 1
- 1
src/BPA.SaaS.Material.Api.Entity/BPA.SaaS.Material.Api.Entity.csproj View File

@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BPA.Common.Entity" Version="1.0.3" />
<PackageReference Include="BPA.Common.Entity" Version="1.0.4" />
<PackageReference Include="BPA.Common.Enums" Version="1.0.6" />
</ItemGroup>
</Project>

+ 1
- 1
src/BPA.SaaS.Material.Api.Model/BPA.SaaS.Material.Api.Model.csproj View File

@@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BPA.Component.ApolloClient" Version="1.0.9" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.10" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.11" />
<PackageReference Include="BPA.Component.LogClient" Version="1.0.3" />
<PackageReference Include="BPA.Component.MongoClient" Version="1.0.3" />
<PackageReference Include="BPA.Component.RabbitMQClient" Version="1.0.7" />


+ 2
- 3
src/BPA.SaaS.Material.Api.Repository/BPA.SaaS.Material.Api.Repository.csproj View File

@@ -6,11 +6,10 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BPA.Common.Eums" Version="1.0.7" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.10" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.11" />
<PackageReference Include="BPA.Component.Extensions" Version="1.0.4" />
<PackageReference Include="BPA.Component.SDKCommon" Version="1.0.3" />
<PackageReference Include="BPA.Common.Entity" Version="1.0.3" />
<PackageReference Include="BPA.Common.Entity" Version="1.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BPA.SaaS.Material.Api.DTO\BPA.SaaS.Material.Api.DTO.csproj" />


+ 1
- 1
src/BPA.SaaS.Material.Api.SDK/BPA.SaaS.Material.Api.SDK.csproj View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BPA.SaaS.Material.Api.DTO" Version="1.0.1" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.10" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.11" />
<PackageReference Include="BPA.Component.SDKCommon" Version="1.0.3" />
<PackageReference Include="Nuget.Tools.V2" Version="1.1.7" />
</ItemGroup>

+ 2
- 2
src/BPA.SaaS.Material.Api.Service/BPA.SaaS.Material.Api.Service.csproj View File

@@ -6,10 +6,10 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.10" />
<PackageReference Include="BPA.Component.DTOCommon" Version="1.0.11" />
<PackageReference Include="BPA.Component.Extensions" Version="1.0.4" />
<PackageReference Include="BPA.Component.SDKCommon" Version="1.0.3" />
<PackageReference Include="BPA.Component.WebApiExtensions" Version="1.0.20" />
<PackageReference Include="BPA.Component.WebApiExtensions" Version="1.0.21" />
<ProjectReference Include="..\BPA.SaaS.Material.Api.DTO\BPA.SaaS.Material.Api.DTO.csproj" />
<ProjectReference Include="..\BPA.SaaS.Material.Api.Model\BPA.SaaS.Material.Api.Model.csproj" />


Loading…
Cancel
Save