Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Import Project="$(MSBuildThisFileDirectory)\OutputBuildTargets.props" />
<PropertyGroup>
<!-- Suppress security warnings about Fake.Build packages -->
<NoWarn>$(NoWarn);NU1904;NU1903</NoWarn>
<NoWarn>$(NoWarn);NU1904;NU1903;NU1901</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageVersion Include="MSTest.TestFramework" Version="2.2.10" />
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<PackageVersion Include="NuGet.CommandLine" Version="7.3.0" />
<PackageVersion Include="NuGet.CommandLine" Version="7.3.1" />
<PackageVersion Include="NUnit" Version="4.5.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.3.0" />
<!-- This one w/just net20/net40 agents works as before on Linux for the AltCoverRunner test -->
Expand Down