Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update universal image to .NET 8 #855

Merged
merged 28 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
00d5aa5
Update .NET feature to version 2
seesharprun Nov 16, 2023
c4d13c5
Removed .NET 7
seesharprun Nov 16, 2023
918d941
Merge branch 'main' into universal-dotnet-8
seesharprun Nov 16, 2023
c306c9d
Merge branch 'main' into universal-dotnet-8
seesharprun Nov 16, 2023
1f4f63e
Merge branch 'main' into universal-dotnet-8
seesharprun Nov 17, 2023
6a55b90
Merge branch 'main' into universal-dotnet-8
seesharprun Nov 21, 2023
a2d8822
Merge branch 'main' into universal-dotnet-8
seesharprun Nov 28, 2023
529540a
Update src/universal/.devcontainer/devcontainer.json
seesharprun Nov 28, 2023
29456fb
Updated to add .NET 7 back
seesharprun Nov 29, 2023
4663db6
Switch back to version 1 of .NET feature
seesharprun Nov 29, 2023
4b2a472
Flip .NET versions to make .NET 8 primary
seesharprun Nov 29, 2023
db6d997
Switch feature version back to 2
seesharprun Nov 29, 2023
5da3298
Be more specific with .NET 7
seesharprun Nov 30, 2023
c3b1605
Merge branch 'main' into universal-dotnet-8
seesharprun Nov 30, 2023
2deffdd
Merge branch 'main' into universal-dotnet-8
seesharprun Dec 4, 2023
e8a2922
Change .NET `8.0` to .NET `8.0.x`
seesharprun Jan 12, 2024
d71328f
Merge branch 'main' into universal-dotnet-8
seesharprun Jan 12, 2024
74f602b
Add .NET 6 and 7 runtimes
seesharprun Jan 12, 2024
6b371e5
Merge branch 'main' into universal-dotnet-8
eljog Jan 17, 2024
960624a
Switch to only .NET 8 and .NET 7
seesharprun Jan 22, 2024
d6a5263
Merge branch 'main' into universal-dotnet-8
seesharprun Jan 22, 2024
c2d0f23
Merge branch 'main' into universal-dotnet-8
seesharprun Jan 29, 2024
8a52f4f
Merge branch 'main' into universal-dotnet-8
samruddhikhandale Jan 30, 2024
d05b8e8
Change .NET install directory per @samruddhikhandale suggestion
seesharprun Jan 31, 2024
4d63c8c
Updated devcontainer-lock.json file
seesharprun Jan 31, 2024
8ad2644
Merge branch 'main' into universal-dotnet-8
seesharprun Feb 1, 2024
4272cb6
Update install.sh - fix tests
samruddhikhandale Feb 1, 2024
6bed83a
Update test.sh - Fix tests
samruddhikhandale Feb 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/universal/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:f6a73ee06601d703db7d95d03e415cab229e78df92bb5002e8559bcfc047fec6",
"integrity": "sha256:f6a73ee06601d703db7d95d03e415cab229e78df92bb5002e8559bcfc047fec6"
},
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "1.1.4",
"resolved": "ghcr.io/devcontainers/features/dotnet@sha256:0961cacbf160e67472c610b8a2836151854eca8657f14ee5fde604285829c2e4",
"integrity": "sha256:0961cacbf160e67472c610b8a2836151854eca8657f14ee5fde604285829c2e4"
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "2.0.1",
"resolved": "ghcr.io/devcontainers/features/dotnet@sha256:0bddaf888065650a56abdca16d1c2669aeb0259cf6bbe0879d12cd7e11164fe8",
"integrity": "sha256:0bddaf888065650a56abdca16d1c2669aeb0259cf6bbe0879d12cd7e11164fe8"
},
"ghcr.io/devcontainers/features/git-lfs:1": {
"version": "1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"userUid": "1000",
seesharprun marked this conversation as resolved.
Show resolved Hide resolved
"userGid": "1000"
},
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "7.0.306",
"installUsingApt": "false",
"additionalVersions": "6"
"ghcr.io/devcontainers/features/dotnet:2": {
seesharprun marked this conversation as resolved.
Show resolved Hide resolved
"version": "8.0",
seesharprun marked this conversation as resolved.
Show resolved Hide resolved
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
Expand Down
Loading