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
Copy file name to clipboardExpand all lines: eng/Dependencies.props
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -258,4 +258,23 @@ and are generated based on the last package release.
258
258
Condition=" $([System.String]::new('%(Identity)').StartsWith('Microsoft.NETCore.App.Runtime.')) or $([System.String]::new('%(Identity)').StartsWith('Microsoft.NETCore.App.Crossgen2.'))">$(MicrosoftNETCoreAppRefVersion)</Version>
259
259
</LatestPackageReference>
260
260
</ItemGroup>
261
+
262
+
<!-- Replicates the same overriding of versions that occurs on Roslyn package versions for source only builds -->
263
+
<ItemGroupLabel="Source only build overrides"Condition="'$(DotNetBuildSourceOnly)' == 'true'">
0 commit comments