Skip to content

Commit 8c2c687

Browse files
authored
Work around the feature band breakage for now (#15380)
2 parents bc3a0b1 + 711b595 commit 8c2c687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redist/targets/BundledManifests.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<NetFeatureBandPrerelease>8.0.100-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</NetFeatureBandPrerelease>
3+
<NetFeatureBandPrerelease>8.0.100-alpha.1</NetFeatureBandPrerelease>
44
<NetFeatureBand>8.0.100</NetFeatureBand>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)