Skip to content

Commit bebc58f

Browse files
verdvermTony Worm
andauthored
revert dotnet version to 7 (#387)
Co-authored-by: Tony Worm <tony@topcialsource.com>
1 parent 7f04ae5 commit bebc58f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formatters/tools/csharpier/Dockerfile.debian

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:8.0-bookworm-slim AS build-env
1+
FROM mcr.microsoft.com/dotnet/sdk:7.0-bookworm-slim AS build-env
22
WORKDIR /App
33

44
# https://github.com/dotnet/sdk/issues/28971#issuecomment-1308881150

formatters/tools/csharpier/Server.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.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>

0 commit comments

Comments
 (0)