Skip to content

Commit cd966a7

Browse files
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design, Newtonsoft.Json and System.Security.Cryptography.Pkcs
Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [System.Security.Cryptography.Pkcs](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.VisualStudio.Web.CodeGeneration.Design` from 6.0.0 to 6.0.18 - [Release notes](https://github.com/dotnet/Scaffolding/releases) - [Commits](https://github.com/dotnet/Scaffolding/commits) Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3) Updates `System.Security.Cryptography.Pkcs` from 7.0.0 to 6.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v6.0.4) --- updated-dependencies: - dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Security.Cryptography.Pkcs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7ab4c7 commit cd966a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AdminUI/LearningHub.Nhs.AdminUI/LearningHub.Nhs.AdminUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<PrivateAssets>all</PrivateAssets>
108108
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
109109
</PackageReference>
110-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
110+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.18" />
111111
<PackageReference Include="MK.IO" Version="1.6.0" />
112112
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
113113
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.14.1" />
127127

128128
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.1" />
129-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.10" />
129+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.18" />
130130
<PackageReference Include="MK.IO" Version="1.5.0" />
131131
<PackageReference Include="NHSUKViewComponents.Web" Version="1.0.28" />
132132
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">

WebAPI/LearningHub.Nhs.API/LearningHub.Nhs.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
3636
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
3737
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.2.0" />
38-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
38+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.18" />
3939
<PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" />
4040
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118">
4141
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)