We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8c2d2 commit a56c8b8Copy full SHA for a56c8b8
serilog/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine
+FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine
2
3
WORKDIR /dotnetapp
4
serilog/serilog-example.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="Bogus" Version="34.0.1" />
0 commit comments