Skip to content

Commit

Permalink
Update Dgmjr.Primitives.props
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Jun 6, 2024
1 parent 9971a28 commit 3545c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dgmjr.Primitives.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<Using Include="System" />
<Using Include="System.Text.RegularExpressions.RegexOptions" Alias="Rxo" />
<Using Include="System.Text.RegularExpressions.Regex" Alias="Regx" />
<Compile Include="$(MSBuildThisFileDirectory)PrimitivesGlobalUsings.cs" Condition="'$(MSBuildProjectName)' != 'Dgmjr.Primitives' And '$(MSBuildProjectName)' != 'Dgmjr.Primitives.EntityFrameworkCore'" />
<Compile Include="$(MSBuildThisFileDirectory)PrimitivesGlobalUsings.cs" Condition="'$(MSBuildProjectName)' != 'Dgmjr.Primitives' And '$(MSBuildProjectName)' != 'Dgmjr.Primitives.EntityFrameworkCore' And Exists('$(MSBuildThisFileDirectory)PrimitivesGlobalUsings.cs')" />
</ItemGroup>
</Project>

0 comments on commit 3545c46

Please sign in to comment.