Skip to content

Commit

Permalink
Introduce mitigation for dotnet/sdk/issues/346.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Nov 15, 2019
1 parent ce27414 commit cb146ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WpfTestApplication1/WpfTestApplication1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!-- Workaround for https://github.com/dotnet/sdk/issues/346 -->
<GenerateResourceMSBuildArchitecture>CurrentArchitecture</GenerateResourceMSBuildArchitecture>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down

0 comments on commit cb146ad

Please sign in to comment.