Skip to content

Commit 1a24feb

Browse files
chore(deps): update dotnet monorepo
1 parent af15911 commit 1a24feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:ae000be75dac94fc40e00f0eee903289e985995cc06dac3937469254ce5b60b6
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0@sha256:d599d654aa6fd7baabe54b4272dc475768307ef4d8a07d6e9f9b50b7b1758059
22
WORKDIR /scip-dotnet
33
ADD . /scip-dotnet
44
RUN dotnet pack

ScipDotnet/ScipDotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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="9.0.9" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)