Merged PR 2600: minor nugets update...
6e166cbc
Serhii Seletskyi
committed
14 changed files
Intellias.CQRS.CommandBus.AzureServiceBus.csproj
/src/Intellias.CQRS.CommandBus.AzureServiceBus/Intellias.CQRS.CommandBus.AzureServiceBus.csproj-1+1
/src/Intellias.CQRS.CommandBus.AzureServiceBus/Intellias.CQRS.CommandBus.AzureServiceBus.csproj
Add comment 4 <ProjectGuid>{9a0a9981-be94-418a-a46c-6c6081e2398e}</ProjectGuid>
Add comment 5 </PropertyGroup>
Add comment 6 <ItemGroup>
Add comment 7 Minus   <PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.1.1" />
Add comment 7 Plus   <PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.1.3" />
Add comment 8 </ItemGroup>
Add comment 9 <ItemGroup>
Add comment 10 <ProjectReference Include="..\Intellias.CQRS.Core\Intellias.CQRS.Core.csproj" />
Intellias.CQRS.CommandStore.AzureTable.csproj
/src/Intellias.CQRS.CommandStore.AzureTable/Intellias.CQRS.CommandStore.AzureTable.csproj-1+1
/src/Intellias.CQRS.CommandStore.AzureTable/Intellias.CQRS.CommandStore.AzureTable.csproj
Add comment 4 <ProjectGuid>{4e5a3d9e-3cfe-41cd-8322-87f906b2ff14}</ProjectGuid>
Add comment 5 </PropertyGroup>
Add comment 6 <ItemGroup>
Add comment 7 Minus   <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.6" />
Add comment 7 Plus   <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.7" />
Add comment 8 </ItemGroup>
Add comment 9 <ItemGroup>
Add comment 10 <ProjectReference Include="..\Intellias.CQRS.Core\Intellias.CQRS.Core.csproj" />
Intellias.CQRS.DomainServices.csproj
/src/Intellias.CQRS.DomainServices/Intellias.CQRS.DomainServices.csproj-1+1
/src/Intellias.CQRS.DomainServices/Intellias.CQRS.DomainServices.csproj
Add comment 4 <ProjectGuid>{ce9de89d-0d46-4550-85d2-63fa8d2a264e}</ProjectGuid>
Add comment 5 </PropertyGroup>
Add comment 6 <ItemGroup>
Add comment 7 Minus   <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.6" />
Add comment 7 Plus   <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.7" />
Add comment 8 </ItemGroup>
Add comment 9 <ItemGroup>
Add comment 10 <ProjectReference Include="..\Intellias.CQRS.Core\Intellias.CQRS.Core.csproj" />
Intellias.CQRS.EventBus.AzureServiceBus.csproj
/src/Intellias.CQRS.EventBus.AzureServiceBus/Intellias.CQRS.EventBus.AzureServiceBus.csproj-1+1
/src/Intellias.CQRS.EventBus.AzureServiceBus/Intellias.CQRS.EventBus.AzureServiceBus.csproj
Add comment 4 <ProjectGuid>{73120a96-3d98-4582-bcde-25caa36f7ed9}</ProjectGuid>
Add comment 5 </PropertyGroup>
Add comment 6 <ItemGroup>
Add comment 7 Minus   <PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.1.1" />
Add comment 7 Plus   <PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.1.3" />
Add comment 8 <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
Add comment 9 </ItemGroup>
Add comment 10 <ItemGroup>
Intellias.CQRS.EventStore.AzureTable.csproj
/src/Intellias.CQRS.EventStore.AzureTable/Intellias.CQRS.EventStore.AzureTable.csproj-1+1
/src/Intellias.CQRS.EventStore.AzureTable/Intellias.CQRS.EventStore.AzureTable.csproj
Add comment 4 <ProjectGuid>{c49d3944-445a-431a-b57f-d1fbcb04573d}</ProjectGuid>
Add comment 5 </PropertyGroup>
Add comment 6 <ItemGroup>
Add comment 7 Minus   <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.6" />
Add comment 7 Plus   <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.7" />
Add comment 8 </ItemGroup>
Add comment 9 <ItemGroup>
Add comment 10 <ProjectReference Include="..\Intellias.CQRS.Core\Intellias.CQRS.Core.csproj" />
Intellias.CQRS.Messaging.AzureServiceBus.csproj
/src/Intellias.CQRS.Messaging.AzureServiceBus/Intellias.CQRS.Messaging.AzureServiceBus.csproj-1+1
/src/Intellias.CQRS.Messaging.AzureServiceBus/Intellias.CQRS.Messaging.AzureServiceBus.csproj
Add comment 4 <ProjectGuid>{32acf6e8-b401-43e3-b3a4-253a83951573}</ProjectGuid>
Add comment 5 </PropertyGroup>
Add comment 6 <ItemGroup>
Add comment 7 Minus   <PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.1.1" />
Add comment 7 Plus   <PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.1.3" />
Add comment 8 <PackageReference Include="Microsoft.Extensions.Options" Version="$(MicrosoftExtensionsPackageVersion)" />
Add comment 9 <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(MicrosoftExtensionsPackageVersion)" />
Add comment 10 </ItemGroup>
Intellias.CQRS.Persistence.AzureStorage.csproj
/src/Intellias.CQRS.Persistence.AzureStorage/Intellias.CQRS.Persistence.AzureStorage.csproj
/src/Intellias.CQRS.Persistence.AzureStorage/Intellias.CQRS.Persistence.AzureStorage.csproj
Intellias.CQRS.Pipelines.csproj
/src/Intellias.CQRS.Pipelines/Intellias.CQRS.Pipelines.csproj
/src/Intellias.CQRS.Pipelines/Intellias.CQRS.Pipelines.csproj
Intellias.CQRS.QueryStore.AzureTable.csproj
/src/Intellias.CQRS.QueryStore.AzureTable/Intellias.CQRS.QueryStore.AzureTable.csproj
/src/Intellias.CQRS.QueryStore.AzureTable/Intellias.CQRS.QueryStore.AzureTable.csproj
Intellias.CQRS.Compatibility.Tests.csproj
/test/Intellias.CQRS.Compatibility.Tests/Intellias.CQRS.Compatibility.Tests.csproj
/test/Intellias.CQRS.Compatibility.Tests/Intellias.CQRS.Compatibility.Tests.csproj
Intellias.CQRS.Tests.csproj
/test/Intellias.CQRS.Tests/Intellias.CQRS.Tests.csproj
/test/Intellias.CQRS.Tests/Intellias.CQRS.Tests.csproj
CompatibilityUtils.cs
/test/Intellias.CQRS.Tests.Core/Infrastructure/CompatibilityUtils.cs
/test/Intellias.CQRS.Tests.Core/Infrastructure/CompatibilityUtils.cs
Intellias.CQRS.Tests.Core.csproj
/test/Intellias.CQRS.Tests.Core/Intellias.CQRS.Tests.Core.csproj
/test/Intellias.CQRS.Tests.Core/Intellias.CQRS.Tests.Core.csproj
Directory.Build.props
/Directory.Build.props
/Directory.Build.props