Skip to content

Commit ceb4837

Browse files
github-actions[bot]Copilot
authored andcommitted
ci: update build script target from net6.0 to net8.0
The GitHub Actions Windows runner no longer has .NET 6 available, causing all CI builds to fail with 'You must install or update .NET to run this application'. .NET 8 is available on the runner, so updating the FAKE build script target to net8.0 fixes the CI pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bb614e4 commit ceb4837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)