File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
algorithm_exercises_csharp_base
algorithm_exercises_csharp_test
algorithm_exercises_csharp Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.100 -alpine3.22-amd64
2- ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.0 -alpine3.22-amd64
1+ ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.101 -alpine3.22-amd64
2+ ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.1 -alpine3.22-amd64
33
44# ##############################################################################
55FROM ${BUILDTIME_IMAGE} AS init
Original file line number Diff line number Diff line change 2323 </ItemGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.100 " >
26+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.101 " >
2727 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2828 <PrivateAssets >all</PrivateAssets >
2929 </PackageReference >
Original file line number Diff line number Diff line change 2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.100 " >
29+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.101 " >
3030 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3131 <PrivateAssets >all</PrivateAssets >
3232 </PackageReference >
33- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 10.0.0 " />
34- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 10.0.0 " />
35- <PackageReference Include =" System.Text.Json" Version =" 10.0.0 " />
33+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 10.0.1 " />
34+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 10.0.1 " />
35+ <PackageReference Include =" System.Text.Json" Version =" 10.0.1 " />
3636 </ItemGroup >
3737
3838
Original file line number Diff line number Diff line change 3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 <PrivateAssets >all</PrivateAssets >
3535 </PackageReference >
36- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.100 " >
36+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.101 " >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3838 <PrivateAssets >all</PrivateAssets >
3939 </PackageReference >
You can’t perform that action at this time.
0 commit comments