Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/libraries/System.Resources.ResourceManager/tests/System.Re…
…sources.ResourceManager.Tests.csproj
  • Loading branch information
jkotas authored and github-actions committed Aug 18, 2022
commit 5adc2569d74a6d63f4a6e33ccbf048951f3fdb25
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
<!--Reference to System.Resources.Extensions is required in order to be able to embed a resource that requires a custom reader-->
<ProjectReference Include="$(LibrariesProjectRoot)System.Resources.Extensions\src\System.Resources.Extensions.csproj" />
</ItemGroup>
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Drawing.EnableUnixSupport" Value="true" />
</ItemGroup>
<!--
MSBuild on .NET Core doesn't support non-string resources. See https://github.com/Microsoft/msbuild/issues/2221
Workaround this for now by invoking the desktop resgen.exe on Windows manually to regenerate the resource files.
Expand Down