Skip to content

Commit

Permalink
Add PackageId to solve VS issues (see dotnet/sdk#22469 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Dec 5, 2023
1 parent 56db5de commit 409be7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<CopyLocalLockFileAssemblies Condition=" '$(TargetFramework)' == 'net6.0' ">true</CopyLocalLockFileAssemblies>
<NoWarn>$(NoWarn);CS0436</NoWarn>
<Nullable>enable</Nullable>
<PackageId>$(MSBuildProjectName)</PackageId>
<RootNamespace>Xunit.Runner.VisualStudio</RootNamespace>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<WarningsAsErrors>true</WarningsAsErrors>
Expand Down

0 comments on commit 409be7a

Please sign in to comment.