Skip to content

Commit c33f055

Browse files
committed
Add net10 entries in workloads.csproj
1 parent c587848 commit c33f055

File tree

1 file changed

+38
-13
lines changed

1 file changed

+38
-13
lines changed

src/workloads/workloads.csproj

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,54 @@
4040
<ItemGroup>
4141
<!-- Overrides for Visual Studio setup generation. If the workload definition IDs change,
4242
these must be updated. -->
43-
<_ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET 9.0 Shared Mobile Build Tools"
43+
<_ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET 10.0 Shared Mobile Build Tools"
4444
Description="Shared build tasks for mobile platform development."/>
45-
<_ComponentResources Include="wasm-tools" Title=".NET 9.0 WebAssembly Build Tools"
45+
<_ComponentResources Include="wasm-tools" Title=".NET 10.0 WebAssembly Build Tools"
4646
Description="Build tools for WebAssembly ahead-of-time (AoT) compilation and native linking."/>
47-
<_ComponentResources Include="wasm-experimental" Title=".NET 9.0 WebAssembly Experimental Tools"
48-
Description=".NET 8.0 WebAssembly experimental tooling"/>
49-
<_ComponentResources Include="wasi-experimental" Title=".NET 9.0 Wasi Experimental"
47+
<_ComponentResources Include="wasm-experimental" Title=".NET 10.0 WebAssembly Experimental Tools"
48+
Description=".NET 10.0 WebAssembly experimental tooling"/>
49+
<_ComponentResources Include="wasi-experimental" Title=".NET 10.0 Wasi Experimental"
50+
Description=".NET 10.0 Experimental SDK and tooling for WASI"/>
51+
<_ComponentResources Include="microsoft-net-runtime-android" Title=".NET 10.0 Android Build Tools"
52+
Description="Build tools for Android compilation and native linking."/>
53+
<_ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET 10.0 Android Build Tools (AoT)"
54+
Description="Build tools for Android ahead-of-time (AoT) compilation and native linking."/>
55+
<_ComponentResources Include="microsoft-net-runtime-ios" Title=".NET 10.0 iOS Build Tools"
56+
Description="Build tools for iOS compilation and native linking."/>
57+
<_ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET 10.0 tvOS Build Tools"
58+
Description="Build tools for tvOS compilation and native linking."/>
59+
<_ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET 10.0 Mac Catalyst Build Tools"
60+
Description="Build tools for Mac Catalyst compilation and native linking."/>
61+
<_ComponentResources Include="runtimes-ios" Title=".NET 10.0 iOS Runtimes"
62+
Description=".NET 10.0 runtime components for iOS execution."/>
63+
<_ComponentResources Include="runtimes-tvos" Title=".NET 10.0 tvOS Build Tools"
64+
Description=".NET 10.0 runtime components for tvOS execution."/>
65+
<_ComponentResources Include="runtimes-maccatalyst" Title=".NET 10.0 Mac Catalyst Build Tools"
66+
Description=".NET 10.0 runtime components for Mac Catalyst execution."/>
67+
68+
<_ComponentResources Include="microsoft-net-runtime-mono-tooling-net9" Title=".NET 9.0 Shared Mobile Build Tools"
69+
Description="Shared build tasks for mobile platform development."/>
70+
<_ComponentResources Include="wasm-tools-net9" Title=".NET 9.0 WebAssembly Build Tools"
71+
Description="Build tools for WebAssembly ahead-of-time (AoT) compilation and native linking."/>
72+
<_ComponentResources Include="wasm-experimental-net9" Title=".NET 9.0 WebAssembly Experimental Tools"
73+
Description=".NET 9.0 WebAssembly experimental tooling"/>
74+
<_ComponentResources Include="wasi-experimental-net9" Title=".NET 9.0 Wasi Experimental"
5075
Description=".NET 9.0 Experimental SDK and tooling for WASI"/>
51-
<_ComponentResources Include="microsoft-net-runtime-android" Title=".NET 9.0 Android Build Tools"
76+
<_ComponentResources Include="microsoft-net-runtime-android-net9" Title=".NET 9.0 Android Build Tools"
5277
Description="Build tools for Android compilation and native linking."/>
53-
<_ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET 9.0 Android Build Tools (AoT)"
78+
<_ComponentResources Include="microsoft-net-runtime-android-aot-net9" Title=".NET 9.0 Android Build Tools (AoT)"
5479
Description="Build tools for Android ahead-of-time (AoT) compilation and native linking."/>
55-
<_ComponentResources Include="microsoft-net-runtime-ios" Title=".NET 9.0 iOS Build Tools"
80+
<_ComponentResources Include="microsoft-net-runtime-ios-net9" Title=".NET 9.0 iOS Build Tools"
5681
Description="Build tools for iOS compilation and native linking."/>
57-
<_ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET 9.0 tvOS Build Tools"
82+
<_ComponentResources Include="microsoft-net-runtime-tvos-net9" Title=".NET 9.0 tvOS Build Tools"
5883
Description="Build tools for tvOS compilation and native linking."/>
59-
<_ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET 9.0 Mac Catalyst Build Tools"
84+
<_ComponentResources Include="microsoft-net-runtime-maccatalyst-net9" Title=".NET 9.0 Mac Catalyst Build Tools"
6085
Description="Build tools for Mac Catalyst compilation and native linking."/>
61-
<_ComponentResources Include="runtimes-ios" Title=".NET 9.0 iOS Runtimes"
86+
<_ComponentResources Include="runtimes-ios-net9" Title=".NET 9.0 iOS Runtimes"
6287
Description=".NET 9.0 runtime components for iOS execution."/>
63-
<_ComponentResources Include="runtimes-tvos" Title=".NET 9.0 tvOS Build Tools"
88+
<_ComponentResources Include="runtimes-tvos-net9" Title=".NET 9.0 tvOS Build Tools"
6489
Description=".NET 9.0 runtime components for tvOS execution."/>
65-
<_ComponentResources Include="runtimes-maccatalyst" Title=".NET 9.0 Mac Catalyst Build Tools"
90+
<_ComponentResources Include="runtimes-maccatalyst-net9" Title=".NET 9.0 Mac Catalyst Build Tools"
6691
Description=".NET 9.0 runtime components for Mac Catalyst execution."/>
6792

6893
<_ComponentResources Include="microsoft-net-runtime-mono-tooling-net8" Title=".NET 8.0 Shared Mobile Build Tools"

0 commit comments

Comments
 (0)