File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Thinktecture.Runtime.Extensions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <ProjectReference Condition =" '$(BuildingByReSharper)' != 'true' AND '$(BuildingInsideVisualStudio)' != 'true'"
1212 Include =" ..\Thinktecture.Runtime.Extensions.SourceGenerator\Thinktecture.Runtime.Extensions.SourceGenerator.csproj"
13- PrivateAssets =" contentfiles;build" />
13+ PrivateAssets =" compile;runtime; contentfiles;build" />
1414 <ProjectReference Condition =" '$(BuildingByReSharper)' != 'true' AND '$(BuildingInsideVisualStudio)' != 'true'"
1515 Include =" ..\Thinktecture.Runtime.Extensions.Refactorings\Thinktecture.Runtime.Extensions.Refactorings.csproj"
16- PrivateAssets =" contentfiles;build" />
16+ PrivateAssets =" compile;runtime; contentfiles;build" />
1717
1818 <None Include =" Thinktecture.Runtime.Extensions.props" Pack =" true" PackagePath =" build/$(PackageId).props" />
1919 <None Include =" Thinktecture.Runtime.Extensions.props" Pack =" true" PackagePath =" buildTransitive/$(PackageId).props" />
You can’t perform that action at this time.
0 commit comments