Commit b6688fa
authored
.NET 9 SDK
[raises](https://learn.microsoft.com/en-ca/dotnet/core/compatibility/sdk/9.0/netstandard-warning)
a (suppressable) build warning about this, largely to encourage
developers to upgrade. This should not be an issue for consumers, as the
more important consideration is the hosting application's target
framework.
More importantly, using `netstandard1.1` results in a vulnerable version
of `System.Net.Http` being pulled in (`4.3.0`) via `Google.Protobuf`'s
`netstandard1.1` deps. Upgrading to `netstandard2.0` resolves this.
`grpc/csharp` is already using `netstandard2.0`. No other C# plugins
exist.
1 parent cbde03f commit b6688fa
File tree
2 files changed
+2
-2
lines changed- plugins/protocolbuffers/csharp/v28.3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments