Commit 417bdfa
authored
Set DisableNETStandardCompatErrors (#6927)
Without setting this property, the NuGet pacakges will raise an error saying the libraries don't support net462.
These libraries work correctly on .NET Framework and the unit tests are passing. So disable the NuGet MSBuild error.1 parent 01a9b32 commit 417bdfa
File tree
2 files changed
+2
-0
lines changed- src/Libraries
- Microsoft.Extensions.ServiceDiscovery.Abstractions
- Microsoft.Extensions.ServiceDiscovery
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments