Skip to content

Commit

Permalink
Add version. (#102446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy committed May 20, 2024
1 parent 01bff4b commit 24562bc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/workloads/workloads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
<ItemGroup>
<!-- Overrides for Visual Studio setup generation. If the workload definition IDs change,
these must be updated. -->
<_ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET Shared Mobile Build Tools"
<_ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET 8.0 Shared Mobile Build Tools"
Description="Shared build tasks for mobile platform development."/>
<_ComponentResources Include="wasm-tools" Title=".NET WebAssembly Build Tools"
<_ComponentResources Include="wasm-tools" Title=".NET 8.0 WebAssembly Build Tools"
Description="Build tools for WebAssembly ahead-of-time (AoT) compilation and native linking."/>
<_ComponentResources Include="wasm-experimental" Title=".NET WebAssembly Experimental Tools"
Description=".NET WebAssembly experimental tooling"/>
<_ComponentResources Include="wasi-experimental" Title=".NET Wasi Experimental"
Description=".NET Experimental SDK and tooling for WASI"/>
<_ComponentResources Include="microsoft-net-runtime-android" Title=".NET Android Build Tools"
<_ComponentResources Include="wasm-experimental" Title=".NET 8.0 WebAssembly Experimental Tools"
Description=".NET 8.0 WebAssembly experimental tooling"/>
<_ComponentResources Include="wasi-experimental" Title=".NET 8.0 Wasi Experimental"
Description=".NET 8.0 Experimental SDK and tooling for WASI"/>
<_ComponentResources Include="microsoft-net-runtime-android" Title=".NET 8.0 Android Build Tools"
Description="Build tools for Android compilation and native linking."/>
<_ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET Android Build Tools (AoT)"
<_ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET 8.0 Android Build Tools (AoT)"
Description="Build tools for Android ahead-of-time (AoT) compilation and native linking."/>
<_ComponentResources Include="microsoft-net-runtime-ios" Title=".NET iOS Build Tools"
<_ComponentResources Include="microsoft-net-runtime-ios" Title=".NET 8.0 iOS Build Tools"
Description="Build tools for iOS compilation and native linking."/>
<_ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET tvOS Build Tools"
<_ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET 8.0 tvOS Build Tools"
Description="Build tools for tvOS compilation and native linking."/>
<_ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET Mac Catalyst Build Tools"
<_ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET 8.0 Mac Catalyst Build Tools"
Description="Build tools for Mac Catalyst compilation and native linking."/>
<_ComponentResources Include="runtimes-ios" Title=".NET iOS Runtimes"
Description=".NET runtime components for iOS execution."/>
<_ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools"
Description=".NET runtime components for tvOS execution."/>
<_ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools"
Description=".NET runtime components for Mac Catalyst execution."/>
<_ComponentResources Include="runtimes-windows" Title=".NET Windows Runtimes"
Description=".NET runtime components for Windows execution."/>
<_ComponentResources Include="runtimes-ios" Title=".NET 8.0 iOS Runtimes"
Description=".NET 8.0 runtime components for iOS execution."/>
<_ComponentResources Include="runtimes-tvos" Title=".NET 8.0 tvOS Build Tools"
Description=".NET 8.0 runtime components for tvOS execution."/>
<_ComponentResources Include="runtimes-maccatalyst" Title=".NET 8.0 Mac Catalyst Build Tools"
Description=".NET 8.0 runtime components for Mac Catalyst execution."/>
<_ComponentResources Include="runtimes-windows" Title=".NET 8.0 Windows Runtimes"
Description=".NET 8.0 runtime components for Windows execution."/>

<_ComponentResources Include="microsoft-net-runtime-mono-tooling-net7" Title=".NET 7.0 Shared Mobile Build Tools"
Description="Shared build tasks for mobile platform development."/>
Expand Down

0 comments on commit 24562bc

Please sign in to comment.