File tree Expand file tree Collapse file tree
src/ScreenshotCreator.Api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 ]
1616 },
1717 "dotnet-sonarscanner" : {
18- "version" : " 11.2.0 " ,
18+ "version" : " 11.2.1 " ,
1919 "commands" : [
2020 " dotnet-sonarscanner"
2121 ],
Original file line number Diff line number Diff line change 2121 <PackageVersion Include =" NUnit" Version =" 4.5.1" />
2222 <PackageVersion Include =" NUnit.Analyzers" Version =" 4.12.0" />
2323 <PackageVersion Include =" NUnit3TestAdapter" Version =" 6.2.0" />
24- <PackageVersion Include =" Scalar.AspNetCore" Version =" 2.13.17 " />
24+ <PackageVersion Include =" Scalar.AspNetCore" Version =" 2.13.20 " />
2525 <PackageVersion Include =" Testcontainers" Version =" 4.11.0" />
2626 </ItemGroup >
2727</Project >
Original file line number Diff line number Diff line change 1- FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.5 AS base
1+ FROM --platform=$TARGETARCH mcr.microsoft.com/dotnet/aspnet:10.0.6 AS base
22ARG TARGETARCH
33WORKDIR /app
44COPY src/ScreenshotCreator.Api/install-powershell-$TARGETARCH.sh /scripts/install-powershell-$TARGETARCH.sh
55RUN chmod +x /scripts/install-powershell-$TARGETARCH.sh && \
66 /scripts/install-powershell-$TARGETARCH.sh
77
8- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.201 AS sdk
8+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.202 AS sdk
99WORKDIR /src_playwright
1010RUN dotnet new console --no-restore
1111RUN dotnet add package Microsoft.Playwright
Original file line number Diff line number Diff line change 3030 },
3131 "Scalar.AspNetCore" : {
3232 "type" : " Direct" ,
33- "requested" : " [2.13.17 , )" ,
34- "resolved" : " 2.13.17 " ,
35- "contentHash" : " v44WF0m58HBwaUiZVrvuetICcoaf2ZvIYu8JxsaJRRtsrNLlCIqjCcncTTDIy7pUiC2r2EO3eCJqcqGaTKZplQ =="
33+ "requested" : " [2.13.20 , )" ,
34+ "resolved" : " 2.13.20 " ,
35+ "contentHash" : " KLWQcH0YisMa0nzv36S5TcKgZ5seAaTHXVcdG8S3H0UFFtAeBYwSOnzme6S9Ch1Tl9trpa0G8aiCjzF9H9khTw =="
3636 },
3737 "IDisposableAnalyzers" : {
3838 "type" : " Transitive" ,
Original file line number Diff line number Diff line change 765765 "type" : " Project" ,
766766 "dependencies" : {
767767 "Microsoft.AspNetCore.OpenApi" : " [10.0.5, )" ,
768- "Scalar.AspNetCore" : " [2.13.17 , )" ,
768+ "Scalar.AspNetCore" : " [2.13.20 , )" ,
769769 "ScreenshotCreator.Logic" : " [5.0.0, )" ,
770770 "mu88.Shared" : " [8.0.0, )"
771771 }
821821 },
822822 "Scalar.AspNetCore" : {
823823 "type" : " CentralTransitive" ,
824- "requested" : " [2.13.17 , )" ,
825- "resolved" : " 2.13.17 " ,
826- "contentHash" : " v44WF0m58HBwaUiZVrvuetICcoaf2ZvIYu8JxsaJRRtsrNLlCIqjCcncTTDIy7pUiC2r2EO3eCJqcqGaTKZplQ =="
824+ "requested" : " [2.13.20 , )" ,
825+ "resolved" : " 2.13.20 " ,
826+ "contentHash" : " KLWQcH0YisMa0nzv36S5TcKgZ5seAaTHXVcdG8S3H0UFFtAeBYwSOnzme6S9Ch1Tl9trpa0G8aiCjzF9H9khTw =="
827827 }
828828 }
829829 }
You can’t perform that action at this time.
0 commit comments