@@ -100,38 +100,41 @@ and are generated based on the last package release.
100
100
<LatestPackageReference Include =" System.ValueTuple" />
101
101
102
102
<!-- Runtime packages required for crossgen -->
103
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.win-x64" />
104
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.win-x86" />
105
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.win-arm" />
106
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.win-arm64" />
107
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.osx-x64" />
108
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.osx-arm64" />
109
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.linux-x64" />
110
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.linux-arm" />
111
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.linux-arm64" />
112
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.linux-musl-x64" />
113
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.linux-musl-arm" />
114
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.linux-musl-arm64" />
115
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.freebsd-x64" />
116
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.freebsd-arm64" />
117
- <LatestPackageReference Include =" Microsoft.NETCore.App.Runtime.$(TargetRuntimeIdentifier)" Condition =" '$(DotNetBuildSourceOnly)' == 'true' " />
103
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.win-x64" />
104
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.win-x86" />
105
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.win-arm" />
106
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.win-arm64" />
107
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.osx-x64" />
108
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.osx-arm64" />
109
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.linux-x64" />
110
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.linux-arm" />
111
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.linux-arm64" />
112
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.linux-musl-x64" />
113
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.linux-musl-arm" />
114
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.linux-musl-arm64" />
115
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.freebsd-x64" />
116
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.freebsd-arm64" />
117
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Runtime.$(TargetRuntimeIdentifier)" Condition =" '$(DotNetBuildSourceOnly)' == 'true'" />
118
118
119
119
<!-- Crossgen2 compiler -->
120
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.osx-x64" />
121
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.osx-arm64" />
122
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-arm" />
123
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-arm64" />
124
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-arm" />
125
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-arm64" />
126
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-x64" />
127
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-x64" />
128
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-x64" />
129
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-x86" />
130
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-arm" />
131
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-arm64" />
132
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.freebsd-x64" />
133
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.freebsd-arm64" />
134
- <LatestPackageReference Include =" Microsoft.NETCore.App.Crossgen2.$(TargetRuntimeIdentifier)" Condition =" '$(DotNetBuildSourceOnly)' == 'true' " />
120
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-x64" />
121
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-x86" />
122
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-arm" />
123
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.win-arm64" />
124
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.osx-x64" />
125
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.osx-arm64" />
126
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-x64" />
127
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-arm" />
128
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-arm64" />
129
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-x64" />
130
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-arm" />
131
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.linux-musl-arm64" />
132
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.freebsd-x64" />
133
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.freebsd-arm64" />
134
+ <_LatestRuntimePackageReference Include =" Microsoft.NETCore.App.Crossgen2.$(TargetRuntimeIdentifier)" Condition =" '$(DotNetBuildSourceOnly)' == 'true' " />
135
+
136
+ <!-- Remove duplicates potentially introduced by the 'unknown' target runtime identifier in source-only modes. -->
137
+ <LatestPackageReference Include =" @(_LatestRuntimePackageReference->Distinct())" />
135
138
</ItemGroup >
136
139
137
140
<ItemGroup Label =" .NET team dependencies (Non-source-build)" Condition =" '$(DotNetBuildFromSource)' != 'true'" >
@@ -232,6 +235,7 @@ and are generated based on the last package release.
232
235
</ItemGroup >
233
236
234
237
<ItemGroup Label =" Dependencies with versions." >
238
+
235
239
<!-- Get name prefixes for version properties. -->
236
240
<LatestPackageReference Update =" @(LatestPackageReference)" >
237
241
<VersionName >$([System.String]::new('%(Identity)').Replace('.',''))</VersionName >
0 commit comments