Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653801b commit 9a5ffecCopy full SHA for 9a5ffec
Directory.Build.props
@@ -1,8 +1,8 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>3.0.0</VersionPrefix>
5
- <PackageValidationBaselineVersion>2.8.0</PackageValidationBaselineVersion>
+ <VersionPrefix>3.1.0</VersionPrefix>
+ <PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
6
<LangVersion>12.0</LangVersion>
7
<Nullable>enable</Nullable>
8
<ImplicitUsings>enable</ImplicitUsings>
ReleaseNotes.md
@@ -2,6 +2,11 @@
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
+## 3.1.0
+
+* Drop support for end-of-life frameworks.
+* Use roll forward with .NET tool.
9
10
## 3.0.0
11
12
* Support required fields as not optional in TypeScript.
0 commit comments