Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 7efbf0d commit 63f74c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ScreenshotCreator.Api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY src/ScreenshotCreator.Api/install-powershell-$TARGETARCH.sh /scripts/instal
RUN chmod +x /scripts/install-powershell-$TARGETARCH.sh
RUN /scripts/install-powershell-$TARGETARCH.sh

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0 AS sdk
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS sdk
WORKDIR /src_playwright
RUN dotnet new console --no-restore
RUN dotnet add package Microsoft.Playwright
Expand Down
2 changes: 1 addition & 1 deletion src/ScreenshotCreator.Logic/ScreenshotCreator.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.3.0"/>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.4.0"/>
<PackageReference Include="Microsoft.Bcl.TimeProvider" Version="8.0.0-rc.2.23479.6"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.3.0"/>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.4.0"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12"/>
<PackageReference Include="Microsoft.Bcl.TimeProvider" Version="8.0.0-rc.2.23479.6"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/>
Expand Down

0 comments on commit 63f74c0

Please sign in to comment.