Skip to content

Commit

Permalink
chore: dependency error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode committed Nov 13, 2024
1 parent 6d4ceff commit fdf1cf6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(TfmMajVer).0.*"/>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(TfmMajVer).0.*"/>
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="$(TfmMajVer).0.*"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="$(TfmMajVer).0.*"/>
</ItemGroup>
</Target>

Expand Down

0 comments on commit fdf1cf6

Please sign in to comment.