Commit 0dac451
committed
Fix NuGet package version and disable audit warnings
Fixed build errors:
- Reverted System.ComponentModel.Annotations to 5.0.0 (6.0.0 doesn't exist as stable)
- Disabled NuGetAudit to suppress transitive dependency vulnerability warnings
from NosCore.Shared 3.4.0 (Microsoft.IdentityModel.JsonWebTokens and
System.IdentityModel.Tokens.Jwt vulnerabilities)
These vulnerabilities are in NosCore.Shared dependencies and cannot be fixed
without updating the NosCore.Shared package itself.1 parent 01dc764 commit 0dac451
File tree
2 files changed
+3
-1
lines changed- src/NosCore.Algorithm
- test/NosCore.Algorithm.Tests
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
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