We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809d3a4 commit 69517e3Copy full SHA for 69517e3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:8.0
+FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:84fd557bebc64015e731aca1085b92c7619e49bdbe247e57392a43d92276f617
2
WORKDIR /scip-dotnet
3
ADD . /scip-dotnet
4
RUN dotnet pack
ScipDotnet/ScipDotnet.csproj
@@ -26,7 +26,7 @@
26
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.4.0" />
27
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
28
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
29
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
+ <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
30
</ItemGroup>
31
32
</Project>
0 commit comments