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
- FROM mcr.microsoft.com/dotnet/sdk:7.0
1
+ FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:4b684e6c74ab8dff26ac54c79d8242b1dd05aba06c367de2b583bad79fd6399b
2
2
WORKDIR /scip-dotnet
3
3
ADD . /scip-dotnet
4
4
RUN dotnet pack
Original file line number Diff line number Diff line change 26
26
<PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 4.4.0" />
27
27
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
28
28
<PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
29
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 7 .0.0" />
29
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8 .0.0" />
30
30
</ItemGroup >
31
31
32
32
</Project >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7 .0.0 " ,
3
+ "version" : " 8 .0.201 " ,
4
4
"rollForward" : " latestMajor" ,
5
5
"allowPrerelease" : true
6
6
}
You can’t perform that action at this time.
0 commit comments