Skip to content

Commit 9c721bf

Browse files
Bump Microsoft.NETCore.App and 4 others
Bumps Microsoft.NETCore.App from 1.0.5 to 2.0.3 Bumps Microsoft.Rest.ClientRuntime from 2.3.8 to 2.3.24 Bumps System.IdentityModel.Tokens.Jwt from 8.6.0 to 8.15.0 Bumps System.Net.Http from 4.3.0 to 4.3.4 Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1 --- updated-dependencies: - dependency-name: Microsoft.NETCore.App dependency-version: 2.0.3 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Rest.ClientRuntime dependency-version: 2.3.24 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.15.0 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Net.Http dependency-version: 4.3.4 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.RegularExpressions dependency-version: 4.3.1 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 149e454 commit 9c721bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Services/Identity/Identity.API/Identity.API.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0" />
3535
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
3636
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="7.2.0" />
37-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
37+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />
3838
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.0" />
3939
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
4040
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" />
@@ -49,6 +49,10 @@
4949
</None>
5050
</ItemGroup>
5151
<ItemGroup>
52+
<PackageReference Include="Microsoft.NETCore.App" Version="2.0.3" />
53+
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
54+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
55+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
5256
<Folder Include="Extensions\" />
5357
</ItemGroup>
5458
</Project>

0 commit comments

Comments
 (0)