Skip to content

Commit

Permalink
Add target framework netstandard2.0 to resolve version mismatch in th…
Browse files Browse the repository at this point in the history
…e reference of System.ValueTuple in Smdn.dll
  • Loading branch information
smdn committed Feb 4, 2022
1 parent 1cca7d7 commit 7e187bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SPDX-License-Identifier: MIT
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.1;netstandard1.6</TargetFrameworks>
<!-- netstandard2.0 is required to resolve version mismatch which occurs in the reference of ValueTuple in Smdn.dll -->
<TargetFrameworks>net45;netstandard2.1;netstandard2.0;netstandard1.6</TargetFrameworks>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
Expand Down

0 comments on commit 7e187bd

Please sign in to comment.