File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Refer to https://hub.docker.com/_/microsoft-dotnet-sdk for available versions
2
- FROM mcr.microsoft.com/dotnet/sdk:7 .0.401 -jammy
2
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0.100 -jammy
3
3
4
4
# Installing mono makes `dotnet test` work without errors even for net472.
5
5
# But installing it takes a long time, so it's excluded by default.
Original file line number Diff line number Diff line change 6
6
<BaseOutputPath Condition =" '$(BaseOutputPath)' == '' " >$(RepoRootPath)bin\$(MSBuildProjectName)\</BaseOutputPath >
7
7
<PackageOutputPath >$(RepoRootPath)bin\Packages\$(Configuration)\</PackageOutputPath >
8
8
<DocumentationRootFolder >$(MSBuildThisFileDirectory)..\wiki\api</DocumentationRootFolder >
9
- <LangVersion >11 </LangVersion >
9
+ <LangVersion >12 </LangVersion >
10
10
<!-- <Nullable>enable</Nullable>-->
11
11
<ImplicitUsings >enable</ImplicitUsings >
12
12
<AnalysisLevel >latest</AnalysisLevel >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7 .0.401 " ,
3
+ "version" : " 8 .0.100 " ,
4
4
"rollForward" : " patch" ,
5
5
"allowPrerelease" : false
6
6
}
You can’t perform that action at this time.
0 commit comments