Skip to content

Commit

Permalink
Bumping .NET (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlevert authored Nov 23, 2023
1 parent 1cccdeb commit 6bdcce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenAPI/kiota/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dotnet tool install --global Microsoft.OpenApi.Kiota
## Build from source

1. Clone the [Kiota repository](https://github.com/microsoft/kiota).
1. Install the [.NET SDK 7.0](https://get.dot.net/7).
1. Install the [.NET SDK 8.0](https://get.dot.net/8).
1. Open the solution with Visual Studio and right click *publish* **--or--** execute the following command:

```bash
Expand Down
2 changes: 1 addition & 1 deletion OpenAPI/kiota/tutorials/cli-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this tutorial, you will generate an API client that uses [Microsoft identity
A command line tool is required. We recommend:

- [Windows Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us&gl=us) (or equivalent on MacOS/linux)
- [.NET SDK 7.0](https://get.dot.net/7)
- [.NET SDK 8.0](https://get.dot.net/8)

## Create a project

Expand Down

0 comments on commit 6bdcce0

Please sign in to comment.