mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Added a Greenshot.exe.config to allow running under .NET 4.0 and later.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1672 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
096c33656c
commit
4a07359cf6
4 changed files with 15 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace Greenshot.Helpers {
|
|||
} else {
|
||||
environment.Append(", ");
|
||||
}
|
||||
environment.Append(".NET runtime version: " + Assembly.GetEntryAssembly().ImageRuntimeVersion);
|
||||
environment.Append(".NET runtime version: " + Environment.Version);
|
||||
if (newline) {
|
||||
environment.AppendLine();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue