File tree Expand file tree Collapse file tree 5 files changed +14
-45
lines changed
Expand file tree Collapse file tree 5 files changed +14
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /src/" >
3+ <Project Path =" src/hello-containers/hello-containers.csproj" />
4+ <Project Path =" src/SampleApi/SampleApi.csproj" />
5+ </Folder >
6+ </Solution >
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ dotnet publish -t:PublishContainer -p ContainerImageTag=aot -p ContainerFamily=n
2525
2626--- packages
2727
28- docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:9 .0 | grep dotnet | wc -l
29- docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:9 .0 | grep deb | wc -l
28+ docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:10 .0 | grep dotnet | wc -l
29+ docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:10 .0 | grep deb | wc -l
3030
31- docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:9 .0-noble-chiseled | grep dotnet | wc -l
32- docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:9 .0-noble-chiseled | grep deb | wc -l
31+ docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:10 .0-noble-chiseled | grep dotnet | wc -l
32+ docker run --rm anchore/syft mcr.microsoft.com/dotnet/runtime:10 .0-noble-chiseled | grep deb | wc -l
3333
3434--- security
3535
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <InvariantGlobalization >true</InvariantGlobalization >
1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8 .0.12 " />
14- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.2.0 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10 .0.0 " />
14+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.0.1 " />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <RootNamespace >hello_containers</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments