Commit 9ecc83f
unsu
Fix .NET Framework version mismatch in Snaffler.csproj
Update TargetFrameworkVersion from v4.5.1 to v4.8 to match SnaffCore.csproj.
This resolves the CI build error:
NU1201: Project SnaffCore is not compatible with net451 (.NETFramework,Version=v4.5.1).
Project SnaffCore supports: net48 (.NETFramework,Version=v4.8)1 parent 732fc89 commit 9ecc83f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments