Skip to content

Commit

Permalink
Merge pull request #358 from statisticssweden/Feature/PBI148530_Updat…
Browse files Browse the repository at this point in the history
…edNuGetPackage

Updated template web.config
  • Loading branch information
masv-scb authored Jan 20, 2023
2 parents 45e069f + 18e39a1 commit 88c941c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
=== Release of PxWeb 2023 v1 ===
- Updated template web.config with new assembly reference and new version number
- JSON format, added text for the variable values
=== Release of PxWeb 2022 v1 ===
- Changed Referrer-Policy to same-origin
Expand Down
6 changes: 5 additions & 1 deletion TemplateConfigFiles/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
<bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand All @@ -487,6 +487,10 @@
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit 88c941c

Please sign in to comment.