This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Updated dotnet version to .NET 6.0
pull/1786/head
Sumit Ghosh
3 years ago
parent
4d6bcdd9f7
commit
52d8995d53
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/catalog-api.yml
+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
Write
Preview
Loading…
Cancel
Save