Skip to content

Commit ed2876b

Browse files
ci: update build script target framework from net6.0 to net8.0
The GitHub Actions Windows runner no longer ships .NET 6 (only 8, 9, 10). This change mirrors PR #461 to allow CI to at least reach the build stage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d1711d9 commit ed2876b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="fakeiisexpress.fs" />

0 commit comments

Comments
 (0)