Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 1a9ff6c

Browse files
committed
Fix workload sdk bands
1 parent 699082f commit 1a9ff6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
<!-- emsdk -->
1818
<MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>6.0.2</MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>
1919
<!-- <DotNetVersionBandMonoToolchain></DotNetVersionBandMonoToolchain> -->
20-
<DotNetVersionBandEmscripten>6.0.100</DotNetVersionBandEmscripten>
20+
<!-- <DotNetVersionBandEmscripten>6.0.200</DotNetVersionBandEmscripten> -->
2121
<!-- <DotNetVersionBandAndroid></DotNetVersionBandAndroid> -->
2222
<!-- <DotNetVersionBandApple></DotNetVersionBandApple> -->
2323
</PropertyGroup>
2424
<PropertyGroup>
2525
<!-- NOTE: temporarily hardcode 6.0.100, until we have new branding on dotnet/runtime packs -->
2626
<DotNetVersionBand Condition=" '$(DotNetVersionBand)' == '' ">6.0.200</DotNetVersionBand>
27-
<DotNetVersionBandApple>6.0.300</DotNetVersionBandApple>
2827
</PropertyGroup>
2928
</Project>

0 commit comments

Comments
 (0)