File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " C# (.NET)" ,
3- "image" : " mcr.microsoft.com/devcontainers/dotnet:0-6 .0" ,
3+ "image" : " mcr.microsoft.com/devcontainers/dotnet:0-8 .0" ,
44 "features" : {
55 "ghcr.io/devcontainers/features/node:1" : {},
66 "ghcr.io/devcontainers/features/dotnet:1" : {}
1212 ]
1313 }
1414 }
15-
1615 // Use 'forwardPorts' to make a list of ports inside the container available locally.
1716 // "forwardPorts": [5000, 5001],
18-
1917 // Use 'postCreateCommand' to run commands after the container is created.
2018 // "postCreateCommand": "dotnet restore",
21-
2219 // Configure tool-specific properties.
2320 // "customizations": {},
24-
2521 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2622 // "remoteUser": "root"
27- }
23+ }
Original file line number Diff line number Diff line change 1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : 6 .0.x
21+ dotnet-version : 8 .0.x
2222 - name : Restore dependencies
2323 run : dotnet restore
2424 - name : Build
3737 - name : Setup .NET
3838 uses : actions/setup-dotnet@v4
3939 with :
40- dotnet-version : 6 .0.x
40+ dotnet-version : 8 .0.x
4141 - name : Restore dependencies
4242 run : dotnet restore
4343 - name : Build
6565 - name : Setup .NET
6666 uses : actions/setup-dotnet@v4
6767 with :
68- dotnet-version : 6 .0.x
68+ dotnet-version : 8 .0.x
6969 - name : Restore dependencies
7070 run : dotnet restore
7171 - name : Build
You can’t perform that action at this time.
0 commit comments