Remove .NET 7 from build target (#48)
This commit is contained in:
parent
f59566a3d3
commit
7f94e0beef
2
build.fs
2
build.fs
|
@ -33,7 +33,7 @@ let zipTheme (name : string) (_ : TargetParameter) =
|
|||
|> Zip.zipSpec $"{releasePath}/{name}-theme.zip"
|
||||
|
||||
/// Frameworks supported by this build
|
||||
let frameworks = [ "net6.0"; "net7.0"; "net8.0" ]
|
||||
let frameworks = [ "net6.0"; "net8.0" ]
|
||||
|
||||
/// Publish the project for the given runtime ID
|
||||
let publishFor rid (_ : TargetParameter) =
|
||||
|
|
Loading…
Reference in New Issue
Block a user