Browse Source

Updated dotnet version to .NET 6.0

pull/1786/head
Sumit Ghosh 3 years ago
parent
commit
52d8995d53
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/catalog-api.yml
  2. +1
    -1
      .github/workflows/ordering-api.yml

+ 1
- 1
.github/workflows/catalog-api.yml View File

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


+ 1
- 1
.github/workflows/ordering-api.yml View File

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


Loading…
Cancel
Save