Skip to content

Commit

Permalink
Restore empty dependency target for net452 in xunit.assert.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Sep 22, 2021
1 parent e627c23 commit 0f0427e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);NU1603;NU5131;CS1701</NoWarn>
<NoWarn>$(NoWarn);NU1603;NU5128;NU5131;CS1701</NoWarn>
<PackageId>$(MSBuildProjectName)</PackageId>
<RootNamespace>Xunit</RootNamespace>
<SignAssembly>true</SignAssembly>
Expand Down
1 change: 1 addition & 0 deletions src/xunit.assert.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<copyright>Copyright (C) .NET Foundation</copyright>
<repository type="git" url="https://github.com/xunit/xunit" commit="$GitCommitId$" />
<dependencies>
<group targetFramework="net452" />
<group targetFramework="netstandard1.1">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
Expand Down

0 comments on commit 0f0427e

Please sign in to comment.