Skip to content

Commit 409be7a

Browse files
committed
Add PackageId to solve VS issues (see dotnet/sdk#22469 (comment))
1 parent 56db5de commit 409be7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<CopyLocalLockFileAssemblies Condition=" '$(TargetFramework)' == 'net6.0' ">true</CopyLocalLockFileAssemblies>
99
<NoWarn>$(NoWarn);CS0436</NoWarn>
1010
<Nullable>enable</Nullable>
11+
<PackageId>$(MSBuildProjectName)</PackageId>
1112
<RootNamespace>Xunit.Runner.VisualStudio</RootNamespace>
1213
<TargetFrameworks>net462;net6.0</TargetFrameworks>
1314
<WarningsAsErrors>true</WarningsAsErrors>

0 commit comments

Comments
 (0)