We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc26eb7 commit b5af5d0Copy full SHA for b5af5d0
1 file changed
src/Try.Core/Try.Core.csproj
@@ -18,7 +18,9 @@
18
</ItemGroup>
19
20
<ItemGroup>
21
- <Reference Include="$(PkgMicrosoft_Net_Compilers_Razor_Toolset)\source-generators\Microsoft.CodeAnalysis.Razor.Compiler.dll" />
+ <Reference Include="$(PkgMicrosoft_Net_Compilers_Razor_Toolset)\source-generators\Microsoft.CodeAnalysis.Razor.Compiler.dll" CopyToOutputDirectory="PreserveNewest">
22
+ <Private>True</Private>
23
+ </Reference>
24
25
26
0 commit comments