Skip to content

Commit

Permalink
Rename projects in build project info
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Oct 19, 2023
1 parent 04ad89c commit 6748ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ProjectInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

open Fake.Core

let project = "FsOboParser"
let project = "OBO.NET"

let testProjects =
[
"tests/FsOboParser.Tests/FsOboParser.Tests.fsproj"
"tests/OBO.NET.Tests/OBO.NET.Tests.fsproj"
]

let solutionFile = $"{project}.sln"
Expand Down

0 comments on commit 6748ae0

Please sign in to comment.