Skip to content

Commit

Permalink
Update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-scott committed Dec 15, 2023
1 parent 4e1113b commit 0daa735
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions AdminWebsite/AdminWebsite.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
},
"BookingsApi.Client": {
"type": "Transitive",
"resolved": "1.50.4-pr-0788-0003",
"contentHash": "A/VDJHlJM82MzrM0RdaZEvPwyFUQGe5fxq86dBKVCh4Iy0gfJhOV4myVYVdtFyPzVeRO5ObxyGuGM7Tmam4gJg==",
"resolved": "1.50.6",
"contentHash": "Ns9rPj4+jc2XpR3XSNHUMk+ZVbbmjhcXaBt1eHeQTtnBBkkSMTfbwK5kUJ4xrXhiwEjg32h6Njq5b3Y9L8Kd2w==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5"
}
Expand Down Expand Up @@ -2101,7 +2101,7 @@
"type": "Project",
"dependencies": {
"AspNetCore.HealthChecks.Uris": "[6.0.3, )",
"BookingsApi.Client": "[1.50.4-pr-0788-0003, )",
"BookingsApi.Client": "[1.50.6, )",
"FluentValidation.AspNetCore": "[10.4.0, )",
"LaunchDarkly.ServerSdk": "[7.0.3, )",
"MicroElements.Swashbuckle.FluentValidation": "[5.7.0, )",
Expand Down
6 changes: 3 additions & 3 deletions AdminWebsite/AdminWebsite.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
},
"BookingsApi.Client": {
"type": "Transitive",
"resolved": "1.50.4-pr-0788-0003",
"contentHash": "A/VDJHlJM82MzrM0RdaZEvPwyFUQGe5fxq86dBKVCh4Iy0gfJhOV4myVYVdtFyPzVeRO5ObxyGuGM7Tmam4gJg==",
"resolved": "1.50.6",
"contentHash": "Ns9rPj4+jc2XpR3XSNHUMk+ZVbbmjhcXaBt1eHeQTtnBBkkSMTfbwK5kUJ4xrXhiwEjg32h6Njq5b3Y9L8Kd2w==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5"
}
Expand Down Expand Up @@ -1979,7 +1979,7 @@
"type": "Project",
"dependencies": {
"AspNetCore.HealthChecks.Uris": "[6.0.3, )",
"BookingsApi.Client": "[1.50.4-pr-0788-0003, )",
"BookingsApi.Client": "[1.50.6, )",
"FluentValidation.AspNetCore": "[10.4.0, )",
"LaunchDarkly.ServerSdk": "[7.0.3, )",
"MicroElements.Swashbuckle.FluentValidation": "[5.7.0, )",
Expand Down
2 changes: 1 addition & 1 deletion AdminWebsite/AdminWebsite/AdminWebsite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.Uris" Version="6.0.3" />
<PackageReference Include="BookingsApi.Client" Version="1.50.4-pr-0788-0003" />
<PackageReference Include="BookingsApi.Client" Version="1.50.6" />
<PackageReference Include="LaunchDarkly.ServerSdk" Version="7.0.3" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="5.7.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.51.0" />
Expand Down
6 changes: 3 additions & 3 deletions AdminWebsite/AdminWebsite/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"BookingsApi.Client": {
"type": "Direct",
"requested": "[1.50.4-pr-0788-0003, )",
"resolved": "1.50.4-pr-0788-0003",
"contentHash": "A/VDJHlJM82MzrM0RdaZEvPwyFUQGe5fxq86dBKVCh4Iy0gfJhOV4myVYVdtFyPzVeRO5ObxyGuGM7Tmam4gJg==",
"requested": "[1.50.6, )",
"resolved": "1.50.6",
"contentHash": "Ns9rPj4+jc2XpR3XSNHUMk+ZVbbmjhcXaBt1eHeQTtnBBkkSMTfbwK5kUJ4xrXhiwEjg32h6Njq5b3Y9L8Kd2w==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5"
}
Expand Down

0 comments on commit 0daa735

Please sign in to comment.