Commit dd14e4f
authored
Remove package reference for System.Runtime.CompilerServices.Unsafe (#4797)
This removes the package reference for
System.Runtime.CompilerServices.Unsafe from TFM net7.0 and above.
When testing, Npgsql actually built perfectly even when removing the
package reference for all TFMs but this doesn't feel safe for now and
also is not what is suggested by the documentation at:
https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/7.0/unsafe-package1 parent 1c2e67c commit dd14e4f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments