Skip to content

Commit

Permalink
Change version of .Net in dev container to 8 so it can run Polyglot n… (
Browse files Browse the repository at this point in the history
microsoft#4201)

…otebooks

### Motivation and Context
It using a dev container, we currently can't run Polyglot notebooks
since they required .Net 8

### Description
Update .Net version in dev container from 7 to 8

### Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
  • Loading branch information
glahaye authored Dec 12, 2023
1 parent bb53827 commit 13a4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "7"
"version": "8"
},
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}
},
Expand Down

0 comments on commit 13a4b4e

Please sign in to comment.