File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Setup .NET
21
21
uses : actions/setup-dotnet@v3
22
22
with :
23
- dotnet-version : 7 .0.x
23
+ dotnet-version : 8 .0.x
24
24
25
25
- name : Restore dependencies
26
26
run : dotnet restore
37
37
- name : Setup .NET
38
38
uses : actions/setup-dotnet@v3
39
39
with :
40
- dotnet-version : 7 .0.x
40
+ dotnet-version : 8 .0.x
41
41
42
42
- name : Run device simulator
43
43
run : docker run --rm --name device-simulator -d -p 4403:4403 meshtastic/device-simulator
71
71
- name : Setup .NET
72
72
uses : actions/setup-dotnet@v3
73
73
with :
74
- dotnet-version : 7 .0.x
74
+ dotnet-version : 8 .0.x
75
75
76
76
- name : Setup Python
77
77
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 8
8
[ ![ Vercel] ( https://img.shields.io/static/v1?label=Powered%20by&message=Vercel&style=flat&logo=vercel&color=000000 )] ( https://vercel.com?utm_source=meshtastic&utm_campaign=oss )
9
9
10
10
## Overview
11
- A cross-platform C# / .NET 7 based command line interface for meshtastic .
11
+ A cross-platform C# / .NET 8 based command line interface for Meshtastic .
12
12
13
13
14
14
@@ -117,7 +117,7 @@ Commands:
117
117
118
118
## Installation (dotnet cli / tool method)
119
119
120
- * Install the latest [ dotnet 7 sdk] ( https://dotnet.microsoft.com/en-us/download/dotnet/7 .0 ) for your platform
120
+ * Install the latest [ dotnet 8 sdk] ( https://dotnet.microsoft.com/en-us/download/dotnet/8 .0 ) for your platform
121
121
* Install the Meshtastic.Cli nuget package as a dotnet tool via ` dotnet tool install --global Meshtastic.Cli ` in your terminal of choice
122
122
123
123
## Installation (standalone executable)
You can’t perform that action at this time.
0 commit comments