File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
sudo apt-get install software-properties-common -y
20
20
sudo add-apt-repository ppa:dotnet/backports
21
21
sudo apt-get update
22
- sudo apt-get install dotnet-sdk-9 .0 -y
22
+ sudo apt-get install dotnet-sdk-10 .0 -y
23
23
24
24
- name : Install edgee
25
25
uses :
edgee-cloud/[email protected]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ language = "CSharp"
12
12
wit-version = " 1.0.0"
13
13
14
14
[component .build ]
15
- command = " dotnet build && mv ./bin/Debug/net9 .0/wasi-wasm/publish/example-cs-component.wasm ./dc_component.wasm"
15
+ command = " dotnet build && mv ./bin/Debug/net10 .0/wasi-wasm/publish/example-cs-component.wasm ./dc_component.wasm"
16
16
output_path = " ./dc_component.wasm"
17
17
18
18
[component .settings .example ]
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
- <TargetFramework >net9 .0</TargetFramework >
5
+ <TargetFramework >net10 .0</TargetFramework >
6
6
<RootNamespace >example_cs_component</RootNamespace >
7
7
<ImplicitUsings >enable</ImplicitUsings >
8
8
<Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments