help with shared code between 2 projects
is there a way to have shared code between 2 entirely separate .csprojs? for something like usings or the like

<ItemGroup>
<Using Include="Newtonsoft.Json" />
<Using Include="System.Text" />
<!-- add all the ones you want -->
</ItemGroup>