File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/SourceBuild/content/.devcontainer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Container contains checked-out source code only
2
2
{
3
3
"name" : " Default" ,
4
- "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 " ,
4
+ "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 " ,
5
5
"hostRequirements" : {
6
6
// A completely source built .NET is >64 GB with all the repos/artifacts
7
7
"storage" : " 128gb"
Original file line number Diff line number Diff line change 1
1
// Container contains a pre-built SDK
2
2
{
3
3
"name" : " Pre-built .NET SDK" ,
4
- "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 " ,
4
+ "image" : " mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 " ,
5
5
"hostRequirements" : {
6
6
// A completely source built .NET is >64 GB with all the repos/artifacts
7
7
"storage" : " 128gb"
You can’t perform that action at this time.
0 commit comments