Skip to content

Commit

Permalink
fix: Update EAVFW.Extensions.EasyAuth.MicrosoftEntraId.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Hest authored May 17, 2024
1 parent 5aa8ab9 commit 51fbeee
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@
<ItemGroup Condition="$(UseEAVFromNuget) != '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>

<ItemGroup>
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="6.2.0" />
Expand Down

0 comments on commit 51fbeee

Please sign in to comment.