You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.142
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
This commit is contained in:
parent
e52655b4dc
commit
0abdbe5a7d
@ -48,11 +48,11 @@ namespace System {
|
||||
public static partial class Environment {
|
||||
|
||||
/*
|
||||
* This is the version number of the corlib-runtime interface.
|
||||
* This is the version of the corlib-runtime interface.
|
||||
* It is defined in configure.ac.
|
||||
*/
|
||||
#pragma warning disable 169
|
||||
private const int mono_corlib_version = Consts.MonoCorlibVersion;
|
||||
private const string mono_corlib_version = Consts.MonoCorlibVersion;
|
||||
#pragma warning restore 169
|
||||
|
||||
[ComVisible (true)]
|
||||
|
Reference in New Issue
Block a user