|
| 1 | +<Project> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <NetCoreCommonVersion>2.1.1</NetCoreCommonVersion> |
| 5 | + </PropertyGroup> |
| 6 | + |
| 7 | + <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1' Or '$(TargetFramework)' == 'netstandard2.0'"> |
| 8 | + <NetCoreCommonVersion>2.1.1</NetCoreCommonVersion> |
| 9 | + </PropertyGroup> |
| 10 | + |
| 11 | + <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'"> |
| 12 | + <NetCoreCommonVersion>2.2.0</NetCoreCommonVersion> |
| 13 | + </PropertyGroup> |
| 14 | + |
| 15 | + <ItemGroup Label="NetCore"> |
| 16 | + <PackageReference Update="Microsoft.Extensions.Logging.Abstractions" Version="$(NetCoreCommonVersion)" /> |
| 17 | + <PackageReference Update="Microsoft.Extensions.Logging" Version="$(NetCoreCommonVersion)" /> |
| 18 | + <PackageReference Update="Microsoft.Extensions.Logging.Configuration" Version="$(NetCoreCommonVersion)" /> |
| 19 | + <PackageReference Update="Microsoft.Extensions.Logging.Console" Version="$(NetCoreCommonVersion)" /> |
| 20 | + <PackageReference Update="Microsoft.Extensions.Logging.Debug" Version="$(NetCoreCommonVersion)" /> |
| 21 | + <PackageReference Update="Microsoft.Extensions.ObjectPool" Version="$(NetCoreCommonVersion)" /> |
| 22 | + |
| 23 | + <PackageReference Update="Microsoft.Extensions.Configuration.Binder" Version="$(NetCoreCommonVersion)" /> |
| 24 | + <PackageReference Update="Microsoft.Extensions.Configuration.CommandLine" Version="$(NetCoreCommonVersion)" /> |
| 25 | + <PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(NetCoreCommonVersion)" /> |
| 26 | + <PackageReference Update="Microsoft.Extensions.Configuration.Json" Version="$(NetCoreCommonVersion)" /> |
| 27 | + <PackageReference Update="Microsoft.Extensions.Hosting" Version="$(NetCoreCommonVersion)" /> |
| 28 | + <PackageReference Update="Microsoft.Extensions.Hosting.Abstractions" Version="$(NetCoreCommonVersion)" /> |
| 29 | + |
| 30 | + <PackageReference Update="Microsoft.Extensions.DependencyInjection" Version="$(NetCoreCommonVersion)" /> |
| 31 | + <PackageReference Update="Microsoft.Extensions.Options" Version="$(NetCoreCommonVersion)" /> |
| 32 | + <PackageReference Update="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="$(NetCoreCommonVersion)" /> |
| 33 | + <PackageReference Update="Microsoft.AspNetCore.Http" Version="$(NetCoreCommonVersion)" /> |
| 34 | + <PackageReference Update="Microsoft.Extensions.Configuration.CommandLine" Version="$(NetCoreCommonVersion)" /> |
| 35 | + <PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(NetCoreCommonVersion)" /> |
| 36 | + <PackageReference Update="Microsoft.Extensions.Configuration.Json" Version="$(NetCoreCommonVersion)" /> |
| 37 | + <PackageReference Update="Microsoft.Extensions.Hosting" Version="$(NetCoreCommonVersion)" /> |
| 38 | + </ItemGroup> |
| 39 | + |
| 40 | + <ItemGroup Label="Shared Libraries"> |
| 41 | + <PackageReference Update="Bet.AspNetCore" Version="1.0.2" /> |
| 42 | + <PackageReference Update="CometD.NetCore2" Version="1.0.3" /> |
| 43 | + <PackageReference Update="KDCLLC.BuildingBlocks.SalesforceEventBus" Version="1.0.2" /> |
| 44 | + |
| 45 | + <PackageReference Update="NetCoreForce.Client" Version="2.5.0" /> |
| 46 | + <PackageReference Update="Polly" Version="7.0.2" /> |
| 47 | + </ItemGroup> |
| 48 | + |
| 49 | + <ItemGroup Label="SourceLink"> |
| 50 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" /> |
| 51 | + </ItemGroup> |
| 52 | +</Project> |
0 commit comments