Update dotnet tools

This commit is contained in:
Zoe Roux 2024-03-25 22:24:22 +01:00
parent fb1c006cd9
commit 034a554bf4
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"dotnet-ef": { "dotnet-ef": {
"version": "7.0.9", "version": "8.0.3",
"commands": [ "commands": [
"dotnet-ef" "dotnet-ef"
] ]

View File

@ -1,18 +1,17 @@
Dockerfile Dockerfile
Dockerfile.dev Dockerfile.dev
Dockerfile.*
.dockerignore .dockerignore
.gitignore .gitignore
docker-compose.yml docker-compose.yml
README.md README.md
**/build **/build
**/dist **/dist
src/Kyoo.WebApp/Front/nodes_modules
**/bin **/bin
**/obj **/obj
out out
docs docs
tests tests
!tests/Kyoo.Tests/Kyoo.Tests.csproj
front front
video video
nginx.conf.template nginx.conf.template