Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogagliardi committed Nov 17, 2023
1 parent 1579963 commit 4a3bf68
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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 @@ -2091,8 +2091,8 @@
},
"VideoApi.Client": {
"type": "Transitive",
"resolved": "1.49.4-pr-0619-0002",
"contentHash": "gEJRg76OgQFPGBTPxnHXdeEqvFdSSIqa+x/wgSbbcx/5+ovBGpCx0spDCPkSJQjSx1l6pUe9Ef9cIcQmkmdCaA==",
"resolved": "1.49.3",
"contentHash": "30vn/PQMTzQBrWqYTmmI0JFG52DAKGtrBOkkW9P0uN3aKp9xEj2Xv1TfZ4ufnCZPben4eO8IpuP0tJn1tFHSPw==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5"
}
Expand Down Expand Up @@ -2125,7 +2125,7 @@
"TimeZoneConverter": "[6.0.1, )",
"UserApi.Client": "[1.44.2, )",
"VH.Core.Configuration": "[0.1.13, )",
"VideoApi.Client": "[1.49.4-pr-0619-0002, )"
"VideoApi.Client": "[1.49.3, )"
}
},
"adminwebsite.testing.common": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="VideoApi.Client" Version="1.49.4-pr-0619-0002" />
<PackageReference Include="VideoApi.Client" Version="1.49.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions AdminWebsite/AdminWebsite.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
},
"VideoApi.Client": {
"type": "Direct",
"requested": "[1.49.4-pr-0619-0002, )",
"resolved": "1.49.4-pr-0619-0002",
"contentHash": "gEJRg76OgQFPGBTPxnHXdeEqvFdSSIqa+x/wgSbbcx/5+ovBGpCx0spDCPkSJQjSx1l6pUe9Ef9cIcQmkmdCaA==",
"requested": "[1.49.3, )",
"resolved": "1.49.3",
"contentHash": "30vn/PQMTzQBrWqYTmmI0JFG52DAKGtrBOkkW9P0uN3aKp9xEj2Xv1TfZ4ufnCZPben4eO8IpuP0tJn1tFHSPw==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5"
}
Expand Down Expand Up @@ -2003,7 +2003,7 @@
"TimeZoneConverter": "[6.0.1, )",
"UserApi.Client": "[1.44.2, )",
"VH.Core.Configuration": "[0.1.13, )",
"VideoApi.Client": "[1.49.4-pr-0619-0002, )"
"VideoApi.Client": "[1.49.3, )"
}
},
"adminwebsite.testing.common": {
Expand Down
2 changes: 1 addition & 1 deletion AdminWebsite/AdminWebsite/AdminWebsite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageReference Include="TimeZoneConverter" Version="6.0.1" />
<PackageReference Include="UserApi.Client" Version="1.44.2" />
<PackageReference Include="VH.Core.Configuration" Version="0.1.13" />
<PackageReference Include="VideoApi.Client" Version="1.49.4-pr-0619-0002" />
<PackageReference Include="VideoApi.Client" Version="1.49.3" />
</ItemGroup>

<ItemGroup>
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 @@ -253,9 +253,9 @@
},
"VideoApi.Client": {
"type": "Direct",
"requested": "[1.49.4-pr-0619-0002, )",
"resolved": "1.49.4-pr-0619-0002",
"contentHash": "gEJRg76OgQFPGBTPxnHXdeEqvFdSSIqa+x/wgSbbcx/5+ovBGpCx0spDCPkSJQjSx1l6pUe9Ef9cIcQmkmdCaA==",
"requested": "[1.49.3, )",
"resolved": "1.49.3",
"contentHash": "30vn/PQMTzQBrWqYTmmI0JFG52DAKGtrBOkkW9P0uN3aKp9xEj2Xv1TfZ4ufnCZPben4eO8IpuP0tJn1tFHSPw==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5"
}
Expand Down

0 comments on commit 4a3bf68

Please sign in to comment.