Skip to content

Commit 57ddd27

Browse files
committed
Fixing dependency version
1 parent f94a124 commit 57ddd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<VersionBase>4.0.2</VersionBase>
5-
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0, 2.0, .Net Core 1.0, 2.0, and .NET 4.0, 4.5, 4.6, and 4.7</PackageReleaseNotes>
5+
<TargetFrameworks>netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks>
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<TargetFrameworks>netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks>
9+
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0, 2.0, .Net Core 1.0, 2.0, and .NET 4.0, 4.5, 4.6, and 4.7</PackageReleaseNotes>
1010
</PropertyGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)