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 c97c555 commit 4cb1579Copy full SHA for 4cb1579
serilog/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine
+FROM mcr.microsoft.com/dotnet/sdk:8.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>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="Bogus" Version="34.0.2" />
0 commit comments