You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- In source-build the version of the compiler must be same or newer than the version of the
27
27
compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
28
28
in that build mode analyzer assemblies always target the live compiler API. -->
@@ -39,8 +39,8 @@
39
39
<VersionFeature60>36</VersionFeature60>
40
40
<VersionFeature70>20</VersionFeature70>
41
41
<!-- This version should be N-1 (ie the currently released version) in the preview branch but N-2 in main so that workloads stay behind the unreleased version -->
42
-
<VersionFeature80>15</VersionFeature80>
43
-
<VersionFeature90>4</VersionFeature90>
42
+
<VersionFeature80>16</VersionFeature80>
43
+
<VersionFeature90>5</VersionFeature90>
44
44
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
45
45
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
0 commit comments