Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
Move runtimeconfig.template.json stuff to csproj
NativeAOT ignores this and emits a warning. This fails the test build.
  • Loading branch information
MichalStrehovsky committed Aug 18, 2022
commit 90a0df672d6bbdb18a8ec363cf851b9f5770965a
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<!--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

This file was deleted.