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:b246fc9a92feefe3aff49beb165fda4fc5a29122cd30768bafdc2d3e606c565c
22WORKDIR /scip-dotnet
33ADD . /scip-dotnet
44RUN dotnet pack
Original file line number Diff line number Diff line change 2626 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 4.4.0" />
2727 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
2828 <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" />
3030 </ItemGroup >
3131
3232</Project >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7 .0.0 " ,
3+ "version" : " 8 .0.200 " ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : true
66 }
You can’t perform that action at this time.
0 commit comments