Skip to content

Commit

Permalink
Merge pull request #2124 from kohsuke/jenkins-21484
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 15, 2016
2 parents 5a6c1eb + b08d7c7 commit 9fce1ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/src/main/resources/windows-service/jenkins.exe.config
@@ -1,6 +1,11 @@
<!-- see http://support.microsoft.com/kb/936707 -->
<configuration>
<runtime>
<!-- see http://support.microsoft.com/kb/936707 -->
<generatePublisherEvidence enabled="false"/>
</runtime>
<startup>
<!-- this can be hosted either on .NET 2.0 or 4.0 -->
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v4.0" />
</startup>
</configuration>

0 comments on commit 9fce1ee

Please sign in to comment.