Commit f2c96da 1 parent 4e42112 commit f2c96da Copy full SHA for f2c96da
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
<PackageVersion Include =" FluentAssertions" Version =" 6.12.1" />
12
12
<PackageVersion Include =" FluentAssertions.Analyzers" Version =" 0.32.0" />
13
13
<PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.1" />
14
- <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0 " />
14
+ <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1 " />
15
15
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2" />
16
- <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 8.0.0 " />
17
- <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.0 " />
16
+ <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 8.0.1 " />
17
+ <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.1 " />
18
18
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
19
19
<PackageVersion Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.11.20" />
20
20
<PackageVersion Include =" DotNet.Glob" Version =" 2.1.1" />
47
47
<PackageVersion Include =" System.Reactive" Version =" 6.0.1" />
48
48
<PackageVersion Include =" System.Runtime.Loader" Version =" 4.3.0" />
49
49
<PackageVersion Include =" System.Text.Json" Version =" 8.0.5" />
50
- <PackageVersion Include =" System.Threading.Tasks.Dataflow" Version =" 8.0.0 " />
50
+ <PackageVersion Include =" System.Threading.Tasks.Dataflow" Version =" 8.0.1 " />
51
51
<PackageVersion Include =" Tomlyn.Signed" Version =" 0.17.0" />
52
52
<PackageVersion Include =" yamldotnet" Version =" 15.1.6" />
53
53
<PackageVersion Include =" Faker.net" Version =" 2.0.163" />
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:0a55184c1bea8da25a6b9ff0333f5e72aca18a4e76c85e8bcec3ebcf789f1bed AS build
1
+ FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:6b3587f5043f49c3fee190317d9f5bf4f872aa3312cf24de1b644699e62d961a AS build
2
2
WORKDIR /app
3
3
COPY . .
4
4
RUN dotnet publish -c Release -o out \
@@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o out \
10
10
-p:PublishSingleFile=true \
11
11
./src/Microsoft.ComponentDetection
12
12
13
- FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:150acf1b3bcda669d82f069c92eb846937661c79314d1b53154a8787934b5911 AS runtime
13
+ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:2afcfa84f9b8118f92f9bef1ee220d8192ab283ad2fe1ca6b5dc835d97c906eb AS runtime
14
14
WORKDIR /app
15
15
COPY --from=build /app/out ./
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.303 " ,
3
+ "version" : " 8.0.403 " ,
4
4
"rollForward" : " latestMinor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments