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/Versions.props
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@
38
38
<VersionFeature60>36</VersionFeature60>
39
39
<VersionFeature70>20</VersionFeature70>
40
40
<!-- 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 -->
41
-
<VersionFeature80>17</VersionFeature80>
42
-
<VersionFeature90>6</VersionFeature90>
41
+
<VersionFeature80>18</VersionFeature80>
42
+
<VersionFeature90>7</VersionFeature90>
43
43
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
44
44
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
$jsonWinformsTemplateFiles=Get-ChildItem-Recurse -Path "$SourcesDirectory"|Where-Object { $_.FullName-Match"en\\strings\.json" } # current winforms pattern
35
35
36
+
$wxlFilesV3=@()
37
+
$wxlFilesV5=@()
36
38
$wxlFiles=Get-ChildItem-Recurse -Path "$SourcesDirectory"|Where-Object { $_.FullName-Match"\\.+\.wxl"-And-Not( $_.Directory.Name-Match"\d{4}" ) } # localized files live in four digit lang ID directories; this excludes them
37
39
if (-not$wxlFiles) {
38
40
$wxlEnFiles=Get-ChildItem-Recurse -Path "$SourcesDirectory"|Where-Object { $_.FullName-Match"\\1033\\.+\.wxl" } # pick up en files (1033 = en) specifically so we can copy them to use as the neutral xlf files
Copy file name to clipboardExpand all lines: src/Layout/Directory.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
because it is large (100MB+). -->
58
58
<_IsCommunityPlatformCondition="'$(OSName)' != 'win' and '$(OSName)' != 'osx'
59
59
and !('$(OSName)' == 'linux' and ('$(TargetArchitecture)' == 'x64' or '$(TargetArchitecture)' == 'x86' or '$(TargetArchitecture)' == 'arm' or '$(TargetArchitecture)' == 'arm64'))">true</_IsCommunityPlatform>
60
-
<BundleCrossgen2Condition="'$(BundleCrossgen2)' == '' and '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildUseMonoRuntime)' != 'true' and '$(_IsCommunityPlatform)' == 'true'">true</BundleCrossgen2>
60
+
<BundleCrossgen2Condition="'$(BundleCrossgen2)' == '' and '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildUseMonoRuntime)' != 'true' and '$(_IsCommunityPlatform)' == 'true'">true</BundleCrossgen2>
61
61
62
62
<!-- Use the portable "linux-x64" Rid when downloading Linux shared framework compressed file. -->
63
63
<UsePortableLinuxSharedFrameworkCondition="'$(UsePortableLinuxSharedFramework)' == '' and '$(IsLinux)' == 'true' and !$(TargetRid.StartsWith('linux-musl'))">true</UsePortableLinuxSharedFramework>
0 commit comments