Skip to content

Commit 328a63b

Browse files
zhangskzcopybara-github
authored andcommitted
Upgrade C# Protobuf projects to .NET 8.0.
This change updates the target frameworks for various C# projects within Protobuf to .NET 8.0, while also maintaining netstandard2.0 for the core library. Support for older frameworks like net45, net50, and netstandard1.1 has been removed. This updates our project to match our support policy in https://github.com/google/oss-policies-info/blob/main/foundational-dotnet-support-matrix.md which actually dropped support for net45, net50, etc long ago. PiperOrigin-RevId: 919111969
1 parent f1097e3 commit 328a63b

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

content/news/2026-05-18.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
+++
2+
title = "Changes Announced on May 18, 2026"
3+
linkTitle = "March 18, 2026"
4+
toc_hide = "true"
5+
description = "Changes announced for Protocol Buffers on March 18, 2026."
6+
type = "docs"
7+
+++
8+
9+
## Dropping support for older versions of .NET
10+
11+
As per our official
12+
[.NET support policy](https://opensource.google/documentation/policies/dotnet-support),
13+
we will be enforcing the lack of support for .NET 7.0 and lower in the 36.x
14+
release.
15+
16+
The minimum supported .NET version has officially been 8.0 since November 2024
17+
per
18+
[Foundational .NET Support](https://github.com/google/oss-policies-info/blob/main/foundational-dotnet-support-matrix.md).
19+
36.x will align our C# project files to match our official support.

content/news/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ New news topics will also be published to the
2020
The following news topics provide information in the reverse order in which it
2121
was released.
2222

23+
* [May 18, 2026](/news/2026-05-18) - Dropping support
24+
for older versions of Dotnet
2325
* [March 13, 2026](/news/2026-03-13) - Breaking changes
2426
in Bazel for the upcoming 34.x release
2527
* [January 16, 2026](/news/2026-01-16) - Prebuilt proto

0 commit comments

Comments
 (0)