Skip to content

Commit 4e02018

Browse files
Merge pull request #136 from TechnologyEnhancedLearning/Develop/Fixes/TD-5406-Errors-are-not-Getting-Logged-in-Learning-Hub-Prod-logging-Database
Develop/fixes/td 5406 errors are not getting logged in learning hub prod logging database
2 parents 3b6a880 + 76c7bda commit 4e02018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Auth/LearningHub.Nhs.Auth/LearningHub.Nhs.Auth.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
114114
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.0" />
115115
<PackageReference Include="NHSUKViewComponents.Web" Version="1.0.27" />
116-
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
116+
<PackageReference Include="NLog.Web.AspNetCore" Version="4.15.0" />
117117
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
118118
<PrivateAssets>all</PrivateAssets>
119119
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

LearningHub.Nhs.UserApi/LearningHub.Nhs.UserApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
3030
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
3131
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
32-
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
32+
<PackageReference Include="NLog.Web.AspNetCore" Version="4.15.0" />
3333
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)