Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 780b6775 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #282 in VECTO/vecto-sim from master to develop

* commit '0c331c0c':
  bugfix: Assembly was not found at startup (load From Remote Sources is now enabled)
parents 2e05198c 0c331c0c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
</configSections>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
......
......@@ -7,6 +7,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment