Skip to content

Commit 3c254e6

Browse files
committed
Update .NET version in README
1 parent 48214c1 commit 3c254e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ To build the project locally on your computer:
172172
1. **Clone this repo**<br>
173173
`git clone https://github.com/ShipEngine/shipengine-dotnet.git`
174174

175-
2. **Install [.NET 5.x](https://dotnet.microsoft.com/download)**
175+
2. **Install [.NET 8.x](https://dotnet.microsoft.com/download)**
176176

177177
3. **Install dependencies**<br>
178178
`dotnet restore`
@@ -186,7 +186,7 @@ To build the project locally on your computer:
186186
6. **Run the tests**<br>
187187
`dotnet test`<br><br>
188188
By default, the test project targets all supported frameworks, if your environment only supports a subset then you can specify in the CLI. <br><br>
189-
`dotnet test -f net5.0`
189+
`dotnet test -f net8.0`
190190

191191
### Generating from OpenAPI
192192

generation/templates/README.solution.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To build the project locally on your computer:
8787
1. **Clone this repo**<br>
8888
`git clone https://github.com/ShipEngine/shipengine-dotnet.git`
8989

90-
2. **Install [.NET 5.x](https://dotnet.microsoft.com/download)**
90+
2. **Install [.NET 8.x](https://dotnet.microsoft.com/download)**
9191

9292
3. **Install dependencies**<br>
9393
`dotnet restore`
@@ -101,7 +101,7 @@ To build the project locally on your computer:
101101
6. **Run the tests**<br>
102102
`dotnet test`<br><br>
103103
By default, the test project targets all supported frameworks, if your environment only supports a subset then you can specify in the CLI. <br><br>
104-
`dotnet test -f net5.0`
104+
`dotnet test -f net8.0`
105105

106106
### Generating from OpenAPI
107107

0 commit comments

Comments
 (0)