MSBuild doesn't need to be referenced by projects that use SpirVTasks.
<RestoreIgnoreFailedSource>true</RestoreIgnoreFailedSource>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.0.461" />
+ <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.0.461" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Content Include="SpirVTasks.targets">
<None Include="$(SolutionDir)vke\icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
-</Project>
\ No newline at end of file
+</Project>