Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian F. Thomsen committed Mar 20, 2023
1 parent ea2b5c4 commit 8aea364
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions source/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ limitations under the License.
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Energinet.DataHub.Core.App.Common.Security" Version="7.3.4" />
<PackageReference Include="Energinet.DataHub.Core.App.FunctionApp" Version="7.3.4" />
<PackageReference Include="Energinet.DataHub.Core.App.Common.Security" Version="7.4.0" />
<PackageReference Include="Energinet.DataHub.Core.App.FunctionApp" Version="7.4.0" />
<PackageReference Include="Energinet.DataHub.Core.Logging" Version="2.2.3" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.7.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.7.0" OutputItemType="Analyzer" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.10.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.10.1" />
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions source/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ limitations under the License.
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="MediatR" Version="12.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4" />
<PackageReference Include="NodaTime" Version="3.1.6" />
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions source/CimMessageAdapter/CimMessageAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.12.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.3" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.13.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4" />
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
8 changes: 4 additions & 4 deletions source/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ limitations under the License.
<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.AzureServiceBus" Version="6.1.0" />
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="6.0.2" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.12.0" />
<PackageReference Include="Energinet.DataHub.Core.App.FunctionApp" Version="7.3.4" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.13.1" />
<PackageReference Include="Energinet.DataHub.Core.App.FunctionApp" Version="7.4.0" />
<PackageReference Include="Energinet.DataHub.Core.Logging" Version="2.2.3" />
<PackageReference Include="Energinet.DataHub.EnergySupplying.IntegrationEvents" Version="1.0.2" />
<PackageReference Include="Energinet.DataHub.EnergySupplying.RequestResponse" Version="1.2.0" />
<PackageReference Include="Energinet.DataHub.MeteringPoints.IntegrationEvents" Version="1.0.4" />
<PackageReference Include="Energinet.DataHub.MeteringPoints.RequestResponse" Version="1.0.4" />
<PackageReference Include="Energinet.DataHub.Wholesale.Contracts" Version="2.1.2" />
<PackageReference Include="Energinet.DataHub.Wholesale.Contracts" Version="2.2.1" />
<PackageReference Include="MediatR" Version="12.0.1" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.6.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.6.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NodaTime.Serialization.Protobuf" Version="2.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions source/IntegrationTests/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Energinet.DataHub.Wholesale.Contracts" Version="2.1.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.8.0" />
<PackageReference Include="Energinet.DataHub.Wholesale.Contracts" Version="2.2.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.22.0" />
<PackageReference Include="Grpc.Tools" Version="2.51.0">
<PackageReference Include="Google.Protobuf" Version="3.22.1" />
<PackageReference Include="Grpc.Tools" Version="2.52.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 8aea364

Please sign in to comment.