Skip to content

Commit

Permalink
fix 'cannot write' sillyness with source generators + multi-target bu…
Browse files Browse the repository at this point in the history
…ilds
  • Loading branch information
pocketken committed Oct 23, 2021
1 parent 06ce067 commit 528606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H3/H3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<PropertyGroup>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<CompilerGeneratedFilesOutputPath>$(MSBuildThisFileDirectory)/Generated</CompilerGeneratedFilesOutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 528606c

Please sign in to comment.