Skip to content

Commit

Permalink
Work around the feature band breakage for now (#15380)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing authored Jan 31, 2023
2 parents bc3a0b1 + 711b595 commit 8c2c687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redist/targets/BundledManifests.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NetFeatureBandPrerelease>8.0.100-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</NetFeatureBandPrerelease>
<NetFeatureBandPrerelease>8.0.100-alpha.1</NetFeatureBandPrerelease>
<NetFeatureBand>8.0.100</NetFeatureBand>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 8c2c687

Please sign in to comment.