Commit 766bec0
committed
Update package versions and remove unused import
Updated various project files to use version 9.0.* of several
Microsoft.Extensions packages, replacing older versions.
Specifically, updated:
- `Genocs.Persistence.MongoDB.UnitTests.csproj` to use
`Microsoft.Extensions.Configuration.UserSecrets` 9.0.0 and
`Microsoft.Extensions.Options` 9.0.0.
- `Genocs.Persistence.Redis.csproj` to use
`Microsoft.Extensions.Caching.StackExchangeRedis` 9.0.*.
- `Genocs.QueryBuilder.UnitTests.csproj` to use
`Microsoft.CodeAnalysis.NetAnalyzers` 9.0.*.
- `Genocs.ServiceBusAzure.csproj` to use
`Microsoft.Extensions.Logging.Abstractions` 9.0.0 and
`Microsoft.Extensions.Options` 9.0.0.
Additionally, removed the `Genocs.Tracing.Jaeger` namespace import
from `Program.cs`.1 parent 307877e commit 766bec0
File tree
5 files changed
+6
-7
lines changed- src
- Genocs.Persistence.MongoDb.UnitTests
- Genocs.Persistence.Redis
- Genocs.QueryBuilder.UnitTests
- Genocs.ServiceBusAzure
- apps/signalr/Genocs.SignalR.WebApi
5 files changed
+6
-7
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments