Skip to content

Commit b205b81

Browse files
committed
Fix?
1 parent c2f2391 commit b205b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ New-Item -Path "corpus/test" -ItemType File -Force -Value "W"
88
dotnet publish src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj `
99
--output out `
1010
--configuration release `
11-
--framework $dotnetVersion
11+
--framework "net$dotnetVersion"
1212

1313
& scripts/fuzz.ps1 `
1414
-project tests/Library.Fuzz/Library.Fuzz.csproj `

0 commit comments

Comments
 (0)