Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2022-07-22 01:53:29 +0300
committerGitHub <noreply@github.com>2022-07-22 01:53:29 +0300
commitd43429388a10db7469bbda830d3534298215151e (patch)
tree90913f0f7d93938af1550ef392bdc6f18861b742 /eng
parentdbb51b0d90603b54bbdca657902c56eafd7a32cb (diff)
Make StaticCs work in source build (#2909)
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 60cc3b302..201586ae8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -28,7 +28,7 @@
when we build the cecil submodule. The reference assembly package will depend on this version of cecil.
Keep this in sync with ProjectInfo.cs in the submodule. -->
<MonoCecilVersion>0.11.4</MonoCecilVersion>
- <StaticCsVersion>0.1.0</StaticCsVersion>
+ <StaticCsVersion>0.2.0</StaticCsVersion>
<UseVSTestRunner>true</UseVSTestRunner>
</PropertyGroup>
</Project>