rafsanulhasan bde315d278 a. Updated NuGet References to support ASP.NET Core 2.1.3
1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
    2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
    3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
    4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
    5. Microsoft.AspNetCore.App 2.1.0->2.1.3
    6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
    7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
    8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
    9. Microsoft.Extensions.Logging 2.1.0->2.1.1
  10. Polly 6.0.1->6.1.0
  11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
  12.  Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
  13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1
  14. Swashbuckle.AspNetCore 1.1.0->2.4.0
b. Updated NuGet packages
    1. BuildBundleMinifier 2.6.375->2.8.391
    2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
2018-09-01 14:08:59 +06:00

20 lines
684 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RuntimeFrameworkVersion>2.1.3</RuntimeFrameworkVersion>
<RootNamespace>Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.2" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.1.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EventBus\EventBus.csproj" />
</ItemGroup>
</Project>