Skip to content

Commit 31c3d6d

Browse files
committed
test with .NET 10
1 parent 8f45896 commit 31c3d6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo apt-get install software-properties-common -y
2020
sudo add-apt-repository ppa:dotnet/backports
2121
sudo apt-get update
22-
sudo apt-get install dotnet-sdk-9.0 -y
22+
sudo apt-get install dotnet-sdk-10.0 -y
2323
2424
- name: Install edgee
2525
uses: edgee-cloud/[email protected]

edgee-component.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ language = "CSharp"
1212
wit-version = "1.0.0"
1313

1414
[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"
1616
output_path = "./dc_component.wasm"
1717

1818
[component.settings.example]

example-cs-component.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace>example_cs_component</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)