Updated dotnet version to .NET 6.0

This commit is contained in:
Sumit Ghosh 2021-11-09 15:54:22 +05:30
parent 4d6bcdd9f7
commit 52d8995d53
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ on:
env: env:
SERVICE: catalog-api SERVICE: catalog-api
IMAGE: catalog.api IMAGE: catalog.api
DOTNET_VERSION: 5.0.x DOTNET_VERSION: 6.0.x
PROJECT_PATH: Services/Catalog/Catalog.API PROJECT_PATH: Services/Catalog/Catalog.API
TESTS_PATH: Services/Catalog/Catalog.UnitTests TESTS_PATH: Services/Catalog/Catalog.UnitTests

View File

@ -22,7 +22,7 @@ on:
env: env:
SERVICE: ordering-api SERVICE: ordering-api
IMAGE: ordering.api IMAGE: ordering.api
DOTNET_VERSION: 5.0.x DOTNET_VERSION: 6.0.x
PROJECT_PATH: Services/Ordering/Ordering.API PROJECT_PATH: Services/Ordering/Ordering.API
TESTS_PATH: Services/Ordering/Ordering.UnitTests TESTS_PATH: Services/Ordering/Ordering.UnitTests