File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Dotnet6.GraphQL4.Store.WebAPI
Dotnet6.GraphQL4.Store.WebMVC Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup .NET Core
14
14
uses : actions/setup-dotnet@v1
15
15
with :
16
- dotnet-version : 6.0.100-preview.4.21255.9
16
+ dotnet-version : 6.0.100
17
17
- name : Install dependencies
18
18
run : dotnet restore -v m
19
19
- name : Build
28
28
- name : Setup .NET Core
29
29
uses : actions/setup-dotnet@v1
30
30
with :
31
- dotnet-version : 6.0.100-preview.4.21255.9
31
+ dotnet-version : 6.0.100
32
32
- name : Test
33
33
run : dotnet test --no-restore -v m
Original file line number Diff line number Diff line change 1
- ARG ASPNET_VERSION="6.0.0-preview.4- alpine3.13 "
2
- ARG SDK_VERSION="6.0.100-preview.4- alpine3.13 "
1
+ ARG ASPNET_VERSION="6.0.0-alpine3.14 "
2
+ ARG SDK_VERSION="6.0.100-alpine3.14 "
3
3
ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
4
4
5
5
FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base
Original file line number Diff line number Diff line change 1
- ARG ASPNET_VERSION="6.0.0-preview.4- alpine3.13 "
2
- ARG SDK_VERSION="6.0.100-preview.4- alpine3.13 "
1
+ ARG ASPNET_VERSION="6.0.0-alpine3.14 "
2
+ ARG SDK_VERSION="6.0.100-alpine3.14 "
3
3
ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
4
4
5
5
FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base
You can’t perform that action at this time.
0 commit comments