Skip to content

Commit d267a4f

Browse files
[One .NET] transition to 6.0.400 version band (#7174)
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1576444 There is a known issue with the VS Mac updater & the 6.0.400 preview .NET SDK. The resolution (for now) is to move from: Microsoft.NET.Sdk.Android.Manifest-6.0.300 To: Microsoft.NET.Sdk.Android.Manifest-6.0.400 Likely further changes would also be needed in the next VS insertion.
1 parent 0b375fe commit d267a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Match the first three version numbers and append 00 -->
1414
<DotNetPreviewVersionBand Condition=" '$(DotNetPreviewVersionBand)' == '' ">$([System.Text.RegularExpressions.Regex]::Match($(MicrosoftDotnetSdkInternalPackageVersion), `^\d+\.\d+\.\d`))00</DotNetPreviewVersionBand>
1515
<!-- NOTE: sometimes we hardcode these when transitioning to new version bands -->
16-
<DotNetAndroidManifestVersionBand>6.0.300</DotNetAndroidManifestVersionBand>
16+
<DotNetAndroidManifestVersionBand>6.0.400</DotNetAndroidManifestVersionBand>
1717
<DotNetMonoManifestVersionBand>6.0.300</DotNetMonoManifestVersionBand>
1818
<DotNetEmscriptenManifestVersionBand>6.0.300</DotNetEmscriptenManifestVersionBand>
1919
</PropertyGroup>

0 commit comments

Comments
 (0)