Skip to content

Commit 67ea733

Browse files
committed
Try getting .NET 4.6.2 test targets to run
1 parent 5d4ab18 commit 67ea733

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
3030
</ItemGroup>
3131

32+
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
33+
<PackageReference Include="System.ValueTuple" Version="4.6.1" />
34+
</ItemGroup>
35+
3236
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
3337
<DefineConstants>$(DefineConstants);FEATURE_ITUPLE</DefineConstants>
3438
</PropertyGroup>

0 commit comments

Comments
 (0)