Commit cd3e0f8
committed
Fix build targets that were incorrectly updated
During the upgrade to target .NET 8, any references to prior targeted
frameworks were removed. In this case, the hardcoded framework path was
replaced with $(NetFxTFM) which is defined in the libman build, but not
in the consumer's build (where this .targets file is evaluated). It
should not have been replaced here.
I've reset it back to hard-coded values, and updated the frameworks
currently targeted by the project (net481 and net8.0).1 parent e639b87 commit cd3e0f8
File tree
1 file changed
+2
-2
lines changed- src/LibraryManager.Build
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments