Skip to content

Commit 34c3c12

Browse files
fix: revert back to .net 6 (#115)
1 parent 1bca0a6 commit 34c3c12

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:6.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>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Bogus" Version="34.0.2" />

0 commit comments

Comments
 (0)