Skip to content

Commit a56c8b8

Browse files
renovate[bot]renovate-botFantasticFiasco
authored
chore(deps): update dependency mcr.microsoft.com/dotnet/sdk to v7 (#108)
* chore(deps): update dependency mcr.microsoft.com/dotnet/sdk to v7 * update target framework version Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: FantasticFiasco <mattias@kindb.org>
1 parent fa8c2d2 commit a56c8b8

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:5.0-alpine
1+
FROM mcr.microsoft.com/dotnet/sdk:7.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>net5.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Bogus" Version="34.0.1" />

0 commit comments

Comments
 (0)