Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-scott committed Oct 14, 2024
1 parent 8ff03b8 commit 22504ce
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VideoWeb/VideoWeb.Common/VideoWeb.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PackageReference>
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.2" />
<PackageReference Include="VideoApi.Client" Version="2.2.27" />
<PackageReference Include="VideoApi.Client" Version="2.2.28" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VideoWeb/VideoWeb.Contract/VideoWeb.Contract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="VideoApi.Client" Version="2.2.27" />
<PackageReference Include="VideoApi.Client" Version="2.2.28" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VideoWeb.Common\VideoWeb.Common.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion VideoWeb/VideoWeb.UnitTests/VideoWeb.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NBuilder" Version="6.1.0" />
<PackageReference Include="VideoApi.Client" Version="2.2.27" />
<PackageReference Include="VideoApi.Client" Version="2.2.28" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VideoWeb.Common\VideoWeb.Common.csproj" />
Expand Down
12 changes: 6 additions & 6 deletions VideoWeb/VideoWeb.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
},
"VideoApi.Client": {
"type": "Direct",
"requested": "[2.2.27, )",
"resolved": "2.2.27",
"contentHash": "b8mQ8REgqfLxBkLJ/YpfwQLN9lwNXytY67Qd9ZXpkF4rPmgVVK6yG57QcKsGvdNPdV6H5m5S8Q3K0wQEuoC9ew==",
"requested": "[2.2.28, )",
"resolved": "2.2.28",
"contentHash": "4ctvbUIgzlt7H4jFCdYOup2sTWExFTc27llV3VSY3sjbyVJkKt/9S/CnnJGEUZIOd50dfKiDU+GuFZI1lw5H4w==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5",
"System.Text.Json": "8.0.4"
Expand Down Expand Up @@ -2371,7 +2371,7 @@
"Swashbuckle.AspNetCore": "[6.6.1, )",
"Swashbuckle.AspNetCore.Annotations": "[6.6.1, )",
"Swashbuckle.AspNetCore.Newtonsoft": "[6.6.1, )",
"VideoApi.Client": "[2.2.27, )",
"VideoApi.Client": "[2.2.28, )",
"VideoWeb.Common": "[1.0.0, )",
"VideoWeb.Contract": "[1.0.0, )",
"VideoWeb.EventHub": "[1.0.0, )"
Expand All @@ -2390,14 +2390,14 @@
"Microsoft.Identity.Client": "[4.61.0, )",
"StackExchange.Redis": "[2.8.0, )",
"System.IdentityModel.Tokens.Jwt": "[7.5.2, )",
"VideoApi.Client": "[2.2.27, )"
"VideoApi.Client": "[2.2.28, )"
}
},
"videoweb.contract": {
"type": "Project",
"dependencies": {
"BookingsApi.Client": "[2.3.10, )",
"VideoApi.Client": "[2.2.27, )",
"VideoApi.Client": "[2.2.28, )",
"VideoWeb.Common": "[1.0.0, )"
}
},
Expand Down
2 changes: 1 addition & 1 deletion VideoWeb/VideoWeb/VideoWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.6.1" />
<PackageReference Include="VideoApi.Client" Version="2.2.27" />
<PackageReference Include="VideoApi.Client" Version="2.2.28" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.7" />
Expand Down
10 changes: 5 additions & 5 deletions VideoWeb/VideoWeb/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
},
"VideoApi.Client": {
"type": "Direct",
"requested": "[2.2.27, )",
"resolved": "2.2.27",
"contentHash": "b8mQ8REgqfLxBkLJ/YpfwQLN9lwNXytY67Qd9ZXpkF4rPmgVVK6yG57QcKsGvdNPdV6H5m5S8Q3K0wQEuoC9ew==",
"requested": "[2.2.28, )",
"resolved": "2.2.28",
"contentHash": "4ctvbUIgzlt7H4jFCdYOup2sTWExFTc27llV3VSY3sjbyVJkKt/9S/CnnJGEUZIOd50dfKiDU+GuFZI1lw5H4w==",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "2.2.5",
"System.Text.Json": "8.0.4"
Expand Down Expand Up @@ -1906,14 +1906,14 @@
"Microsoft.Identity.Client": "[4.61.0, )",
"StackExchange.Redis": "[2.8.0, )",
"System.IdentityModel.Tokens.Jwt": "[7.5.2, )",
"VideoApi.Client": "[2.2.27, )"
"VideoApi.Client": "[2.2.28, )"
}
},
"videoweb.contract": {
"type": "Project",
"dependencies": {
"BookingsApi.Client": "[2.3.10, )",
"VideoApi.Client": "[2.2.27, )",
"VideoApi.Client": "[2.2.28, )",
"VideoWeb.Common": "[1.0.0, )"
}
},
Expand Down

0 comments on commit 22504ce

Please sign in to comment.