Skip to content

Commit

Permalink
update api test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jun 29, 2019
1 parent 6d8f1c5 commit e225866
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net46</TargetFrameworks>
<TargetFrameworks>net461</TargetFrameworks>
<NoWarn>$(NoWarn);CS0618</NoWarn>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -36,8 +36,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.0-beta.2.build4010" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0-beta.2.build4010" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="ApprovalTests" Version="3.0.14" />
<PackageReference Include="DiffPlex" Version="1.4.4" />
<PackageReference Include="PublicApiGenerator" Version="7.0.1" />
Expand Down

0 comments on commit e225866

Please sign in to comment.