Skip to content

Commit 4cb1579

Browse files
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8 (#122)
* chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8 * fix: upgrade target gramework --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FantasticFiasco <mattias@kindb.org>
1 parent c97c555 commit 4cb1579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

serilog/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
22

33
WORKDIR /dotnetapp
44

serilog/serilog-example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Bogus" Version="34.0.2" />

0 commit comments

Comments
 (0)