|
|
@ -11,15 +11,15 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.1" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-rc1-final" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.0-rc1-final" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.0.0-rc1-final" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Redis" Version="1.0.0-rc1-final" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Redis" Version="1.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.1" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.6.1" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta8" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.1.1-beta1" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.1.0-rc1-final" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.1.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|