Skip to content

Commit f15174a

Browse files
author
Binon
committed
updatiing the nuget.config file
1 parent 03d41a6 commit f15174a

File tree

4 files changed

+35
-22
lines changed

4 files changed

+35
-22
lines changed

LearningHub.Nhs.WebUI.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5D48B6A-D4A7-494E-89C0-64428232D242}"
99
ProjectSection(SolutionItems) = preProject
1010
Directory.Build.props = Directory.Build.props
11+
Directory.Packages.props = Directory.Packages.props
12+
nuget.config = nuget.config
1113
StyleCop.ruleset = StyleCop.ruleset
1214
EndProjectSection
1315
EndProject

LearningHub.Nhs.WebUI/web.config

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<location path="." inheritInChildApplications="false">
4-
<system.webServer>
5-
<httpProtocol>
6-
<customHeaders>
7-
<remove name="X-Powered-By" />
8-
<remove name="Server" />
9-
</customHeaders>
10-
</httpProtocol>
11-
<security>
12-
<requestFiltering removeServerHeader="true" />
13-
</security>
14-
<handlers>
15-
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16-
</handlers>
17-
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.WebUI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
18-
</system.webServer>
19-
</location>
3+
<location path="." inheritInChildApplications="false">
4+
<system.webServer>
5+
<httpProtocol>
6+
<customHeaders>
7+
<remove name="X-Powered-By" />
8+
<remove name="Server" />
9+
</customHeaders>
10+
</httpProtocol>
11+
<security>
12+
<requestFiltering removeServerHeader="true" />
13+
</security>
14+
<handlers>
15+
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16+
</handlers>
17+
<aspNetCore processPath="bin\x64\Debug\net8.0\LearningHub.Nhs.WebUI.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess">
18+
<environmentVariables>
19+
<environmentVariable name="ASPNETCORE_HTTPS_PORT" value="443" />
20+
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
21+
</environmentVariables>
22+
</aspNetCore>
23+
</system.webServer>
24+
</location>
2025
</configuration>
21-
<!--ProjectGuid: 044CCD77-8B9E-4888-BC20-9FD6E2AFE904-->
26+
<!--ProjectGuid: 044CCD77-8B9E-4888-BC20-9FD6E2AFE904-->

WebAPI/LearningHub.Nhs.API/web.config

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
<security>
1212
<requestFiltering removeServerHeader="true" />
1313
</security>
14-
<handlers>
15-
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16-
</handlers>
17-
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.Api.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
14+
<handlers>
15+
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16+
</handlers>
17+
<aspNetCore processPath="bin\x64\Debug\net8.0\LearningHub.Nhs.Api.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess">
18+
<environmentVariables>
19+
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
20+
</environmentVariables>
21+
</aspNetCore>
1822
</system.webServer>
1923
</location>
2024
</configuration>

nuget.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<package pattern="elfhHub.Nhs.*" />
1414
<package pattern="LearningHub.*" />
1515
<package pattern="NHSUKViewComponents.*"/>
16+
<package pattern="UK.NHS.CookieBanner.*"/>
17+
<package pattern="GDS.MultiPageFormData.*"/>
1618
</packageSource>
1719
</packageSourceMapping>
1820
</configuration>

0 commit comments

Comments
 (0)