Skip to content

Commit 525fc07

Browse files
committed
keep netstandard 2.0 as option just in case
1 parent d976e4c commit 525fc07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 7.0.1 - September 21, 2021
2+
* Allow both netstandard2.0 and netstandard2.1
3+
14
#### 7.0.0 - September 21, 2021
25
* Updated packages
36
* Moved to netstandard2.1

src/FSharp.TypeProviders.SDK.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.1</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
44
<OutputType>Library</OutputType>
55
<DebugType>portable</DebugType>
66
<IncludeSymbols>true</IncludeSymbols>

0 commit comments

Comments
 (0)