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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorVitek Karas <10670590+vitek-karas@users.noreply.github.com>2022-08-08 17:08:39 +0300
committerGitHub <noreply@github.com>2022-08-08 17:08:39 +0300
commita1945558082c86ec41e5892405f7d2ee18c411f2 (patch)
tree245fb5c3613719db7c3d0ec0cecf0b562794810c /eng
parentd63c65d7cf4b102aa394837b2ba609c67b89506f (diff)
Linker to NativeAOT sync (#73380)
Syncs latest linker changes to NativeAOT * Improvements in the compiler generated code space * Fixes a source build problem * Sync the tests which are already enabled in NativeAOT
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 a63a61f651c..8a0379bc199 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -50,7 +50,7 @@
TODO: Remove pinned version once arcade supplies a compiler that enables the repo to compile.
-->
<MicrosoftNetCompilersToolsetVersion>4.4.0-1.22358.14</MicrosoftNetCompilersToolsetVersion>
- <StaticCsVersion>0.1.0</StaticCsVersion>
+ <StaticCsVersion>0.2.0</StaticCsVersion>
<!-- SDK dependencies -->
<MicrosoftDotNetApiCompatTaskVersion>7.0.100-rc.1.22402.1</MicrosoftDotNetApiCompatTaskVersion>
<!-- Arcade dependencies -->