Skip to content

Commit 13e9b01

Browse files
committed
Fix build with loc plugin
When building with the Microbuild loc plugin, the plugin tries to localize samples.dll. But that isn't prepared for localization, nor is it required.
1 parent 02ba9f2 commit 13e9b01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/samples.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121
</ProjectReference>
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<PackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" PrivateAssets="all" />
26+
</ItemGroup>
27+
2428
</Project>

0 commit comments

Comments
 (0)