File tree Expand file tree Collapse file tree
Testing/VersionMinerTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Set the base image as the .NET 8.0 SDK (this includes the runtime)
2- FROM mcr.microsoft.com/dotnet/sdk:8 .0 as build-env
2+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 as build-env
33
44# Copy everything and publish the release (publish implicitly restores and builds)
55COPY . ./
@@ -14,6 +14,6 @@ LABEL homepage="https://github.com/KinsonDigital/VersionMiner"
1414LABEL com.github.actions.name="Version Miner"
1515
1616# Relayer the .NET SDK, anew with the build output
17- FROM mcr.microsoft.com/dotnet/sdk:8 .0
17+ FROM mcr.microsoft.com/dotnet/sdk:10 .0
1818COPY --from=build-env /out .
1919ENTRYPOINT [ "dotnet" , "/VersionMiner.dll" ]
Original file line number Diff line number Diff line change 1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
1717 <PackageReference Include =" FluentAssertions" Version =" 6.12.0" />
18- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 8 .0.0 " >
18+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10 .0.200 " >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
Original file line number Diff line number Diff line change 3535
3636 <ItemGroup >
3737 <PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
38- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 8 .0.0 " >
38+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10 .0.200 " >
3939 <PrivateAssets >all</PrivateAssets >
4040 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4141 </PackageReference >
42- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8 .0.0 " />
43- <PackageReference Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 8 .0.0 " />
44- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.0 " />
42+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10 .0.4 " />
43+ <PackageReference Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 10 .0.4 " />
44+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10 .0.4 " />
4545 <PackageReference Include =" RestSharp" Version =" 110.2.0" />
4646 <PackageReference Include =" Octokit" Version =" 9.1.2" />
4747 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" >
You can’t perform that action at this time.
0 commit comments