Skip to content

Commit

Permalink
Re-enable request delegate generator
Browse files Browse the repository at this point in the history
Nullability issue is resolved.
  • Loading branch information
martincostello committed May 14, 2024
1 parent e1bf5a2 commit bf35599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SignInWithApple/SignInWithApple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<AssemblyName>MartinCostello.SignInWithApple</AssemblyName>
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
<!-- HACK Workaround for https://github.com/dotnet/aspnetcore/issues/54020 -->
<EnableRequestDelegateGenerator>false</EnableRequestDelegateGenerator>
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
<NeutralLanguage>en-US</NeutralLanguage>
<OutputType>Exe</OutputType>
<PreserveCompilationContext>true</PreserveCompilationContext>
Expand Down

0 comments on commit bf35599

Please sign in to comment.