Skip to content

Commit

Permalink
conditions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Apr 30, 2024
1 parent f719903 commit 6dbbacd
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<RepositoryUrl>https://github.com/EAVFW/EAVFW.Extensions.EasyAuth.MicrosoftEntraId</RepositoryUrl>
<RemoteEAVFramework>$(UseEAVFromNuget)</RemoteEAVFramework>
</PropertyGroup>
<ItemGroup Condition="$(RemoteEAVFramework) != 'false'">
<ProjectReference Include="$(LocalEAVFrameworkPath)\src\EAVFramework.csproj" />
</ItemGroup>
<ItemGroup Condition="$(RemoteEAVFramework) == 'false'">
<PackageReference Include="EAVFramework" Version="$(EAVFrameworkVersion)" />
</ItemGroup>

<ItemGroup Condition="$(UseEAVFromNuget) == 'false'">
<ProjectReference Include="$(LocalEAVFrameworkPath)\src\EAVFramework.csproj" />
</ItemGroup>
<ItemGroup Condition="$(UseEAVFromNuget) != 'false'">
<PackageReference Include="EAVFramework" Version="$(EAVFrameworkVersion)" />
</ItemGroup>



Expand Down

0 comments on commit 6dbbacd

Please sign in to comment.