We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4986c7 commit b0c4d78Copy full SHA for b0c4d78
Directory.Build.props
@@ -1,8 +1,8 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>3.10.1</VersionPrefix>
5
- <PackageValidationBaselineVersion>3.10.0</PackageValidationBaselineVersion>
+ <VersionPrefix>3.11.0</VersionPrefix>
+ <PackageValidationBaselineVersion>3.10.1</PackageValidationBaselineVersion>
6
<LangVersion>12.0</LangVersion>
7
<Nullable>enable</Nullable>
8
<ImplicitUsings>enable</ImplicitUsings>
ReleaseNotes.md
@@ -1,5 +1,10 @@
# Release Notes
+## 3.11.0
+
+* Drop support for end-of-life frameworks.
+* Use roll forward with .NET tool.
## 3.10.1
9
10
* Disable buffering for text/event-stream.
0 commit comments