Skip to content

Commit ded3bbd

Browse files
committed
.NET SDK info
1 parent dc750e9 commit ded3bbd

File tree

2 files changed

+86
-2
lines changed

2 files changed

+86
-2
lines changed

wasm/dotnet/build.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Download .NET SDK 9.0.300
2-
# Install workload wasm-tools
1+
#! /bin/sh
2+
3+
# Expects to have .NET SDK 9.0.3xx,
4+
# downloadable from using https://aka.ms/dotnet/9.0.3xx/daily/dotnet-sdk-win-x64.zip or https://aka.ms/dotnet/9.0.3xx/daily/dotnet-sdk-linux-x64.tar.gz
5+
6+
dotnet workload install wasm-tools
37
dotnet publish -o ./build-interp ./src/dotnet/dotnet.csproj
48
dotnet publish -o ./build-aot ./src/dotnet/dotnet.csproj -p:RunAOTCompilation=true

wasm/dotnet/dotnet_sdk_info.txt

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
.NET SDK:
2+
Version: 9.0.300
3+
Commit: 15606fe0a8
4+
Workload version: 9.0.300-manifests.183aaee6
5+
MSBuild version: 17.14.5+edd3bbf37
6+
7+
Runtime Environment:
8+
OS Name: Windows
9+
OS Version: 10.0.26100
10+
OS Platform: Windows
11+
RID: win-x64
12+
Base Path: .dotnet\sdk\9.0.300\
13+
14+
.NET workloads installed:
15+
[wasm-tools]
16+
Installation Source: SDK 9.0.300
17+
Manifest Version: 9.0.7/9.0.100
18+
Manifest Path: .dotnet\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.current\9.0.7\WorkloadManifest.json
19+
Install Type: FileBased
20+
21+
[aspire]
22+
Installation Source: VS 17.14.36301.6, VS 17.14.36119.2
23+
Manifest Version: 8.2.2/8.0.100
24+
Manifest Path: .dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.2.2\WorkloadManifest.json
25+
Install Type: FileBased
26+
27+
[maui-windows]
28+
Installation Source: VS 17.14.36119.2
29+
Manifest Version: 9.0.51/9.0.100
30+
Manifest Path: .dotnet\sdk-manifests\9.0.100\microsoft.net.sdk.maui\9.0.51\WorkloadManifest.json
31+
Install Type: FileBased
32+
33+
[maccatalyst]
34+
Installation Source: VS 17.14.36119.2
35+
Manifest Version: 18.5.9207/9.0.100
36+
Manifest Path: .dotnet\sdk-manifests\9.0.100\microsoft.net.sdk.maccatalyst\18.5.9207\WorkloadManifest.json
37+
Install Type: FileBased
38+
39+
[ios]
40+
Installation Source: VS 17.14.36119.2
41+
Manifest Version: 18.5.9207/9.0.100
42+
Manifest Path: .dotnet\sdk-manifests\9.0.100\microsoft.net.sdk.ios\18.5.9207\WorkloadManifest.json
43+
Install Type: FileBased
44+
45+
[android]
46+
Installation Source: VS 17.14.36119.2
47+
Manifest Version: 35.0.78/9.0.100
48+
Manifest Path: .dotnet\sdk-manifests\9.0.100\microsoft.net.sdk.android\35.0.78\WorkloadManifest.json
49+
Install Type: FileBased
50+
51+
Configured to use loose manifests when installing new manifests.
52+
53+
Host:
54+
Version: 9.0.5
55+
Architecture: x64
56+
Commit: e36e4d1a8f
57+
58+
.NET SDKs installed:
59+
9.0.300 [.dotnet\sdk]
60+
61+
.NET runtimes installed:
62+
Microsoft.AspNetCore.App 9.0.5 [.dotnet\shared\Microsoft.AspNetCore.App]
63+
Microsoft.NETCore.App 9.0.5 [.dotnet\shared\Microsoft.NETCore.App]
64+
Microsoft.WindowsDesktop.App 9.0.5 [.dotnet\shared\Microsoft.WindowsDesktop.App]
65+
66+
Other architectures found:
67+
x86 [C:\Program Files (x86)\dotnet]
68+
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
69+
70+
Environment variables:
71+
DOTNET_ROOT [.dotnet]
72+
73+
global.json file:
74+
Not found
75+
76+
Learn more:
77+
https://aka.ms/dotnet/info
78+
79+
Download .NET:
80+
https://aka.ms/dotnet/download

0 commit comments

Comments
 (0)