Skip to content

Commit 78dd4ad

Browse files
authored
Merge pull request #101 from parkerreno/dev/normOnNet8
Update CI & Docs to Reference .net 8
2 parents 15d83f8 + b3dbe00 commit 78dd4ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: 7.0.x
23+
dotnet-version: 8.0.x
2424

2525
- name: Restore dependencies
2626
run: dotnet restore
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup .NET
3838
uses: actions/setup-dotnet@v3
3939
with:
40-
dotnet-version: 7.0.x
40+
dotnet-version: 8.0.x
4141

4242
- name: Run device simulator
4343
run: docker run --rm --name device-simulator -d -p 4403:4403 meshtastic/device-simulator
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup .NET
7272
uses: actions/setup-dotnet@v3
7373
with:
74-
dotnet-version: 7.0.x
74+
dotnet-version: 8.0.x
7575

7676
- name: Setup Python
7777
uses: actions/setup-python@v4

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![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)
99

1010
## 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.
1212

1313

1414

@@ -117,7 +117,7 @@ Commands:
117117

118118
## Installation (dotnet cli / tool method)
119119

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
121121
* Install the Meshtastic.Cli nuget package as a dotnet tool via `dotnet tool install --global Meshtastic.Cli` in your terminal of choice
122122

123123
## Installation (standalone executable)

0 commit comments

Comments
 (0)