Skip to content

Commit

Permalink
Update solution dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxchata committed Jan 1, 2025
1 parent 7ac1249 commit 82fcfcc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
3 changes: 2 additions & 1 deletion src/Taxi.Core/Taxi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GraphQL.Server.All" Version="8.2.0" />
<PackageReference Include="MediatR" Version="12.4.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Taxi.Domain/Taxi.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="GraphQL.Server.All" Version="7.7.2" />
<PackageReference Include="GraphQL.Server.All" Version="8.2.0" />
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion src/Taxi.Repository/Taxi.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.1" />
<PackageReference Include="GraphQL.Server.All" Version="8.2.0" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.11" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
</ItemGroup>

Expand Down
12 changes: 7 additions & 5 deletions src/Taxi.WebApi/Taxi.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@
<PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="GraphQL.Server.All" Version="7.7.2" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="GraphQL.Server.All" Version="8.2.0" />
<PackageReference Include="GraphQL.Server.Authorization.AspNetCore" Version="7.7.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="3.5.0" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.11" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="prometheus-net" Version="8.2.1" />
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
<PackageReference Include="prometheus-net.AspNetCore.HealthChecks" Version="8.2.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/Taxi.WebApi/Taxi.WebApi.http

This file was deleted.

11 changes: 7 additions & 4 deletions src/Taxi.gRPC/Taxi.gRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@

<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0" />
<PackageReference Include="Grpc.StatusProto" Version="2.66.0" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.10" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
<PackageReference Include="Grpc.StatusProto" Version="2.67.0" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.9.0" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.11" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 82fcfcc

Please sign in to comment.