Skip to content

Commit

Permalink
Update .NET version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBenzSW committed Feb 5, 2025
1 parent 48214c1 commit 3c254e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ To build the project locally on your computer:
1. **Clone this repo**<br>
`git clone https://github.com/ShipEngine/shipengine-dotnet.git`

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

3. **Install dependencies**<br>
`dotnet restore`
Expand All @@ -186,7 +186,7 @@ To build the project locally on your computer:
6. **Run the tests**<br>
`dotnet test`<br><br>
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>
`dotnet test -f net5.0`
`dotnet test -f net8.0`

### Generating from OpenAPI

Expand Down
4 changes: 2 additions & 2 deletions generation/templates/README.solution.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To build the project locally on your computer:
1. **Clone this repo**<br>
`git clone https://github.com/ShipEngine/shipengine-dotnet.git`

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

3. **Install dependencies**<br>
`dotnet restore`
Expand All @@ -101,7 +101,7 @@ To build the project locally on your computer:
6. **Run the tests**<br>
`dotnet test`<br><br>
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>
`dotnet test -f net5.0`
`dotnet test -f net8.0`

### Generating from OpenAPI

Expand Down

0 comments on commit 3c254e6

Please sign in to comment.