We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f2391 commit b205b81Copy full SHA for b205b81
scripts/test.ps1
@@ -8,7 +8,7 @@ New-Item -Path "corpus/test" -ItemType File -Force -Value "W"
8
dotnet publish src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj `
9
--output out `
10
--configuration release `
11
- --framework $dotnetVersion
+ --framework "net$dotnetVersion"
12
13
& scripts/fuzz.ps1 `
14
-project tests/Library.Fuzz/Library.Fuzz.csproj `
0 commit comments