Skip to content

Commit

Permalink
chore: Update path from a package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jun 23, 2024
1 parent f6510cc commit 32cff86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\DotEnv.Extensions.Microsoft.Config.csproj" />
<ProjectReference Include="..\src\DotEnv.Extensions.Microsoft.Configuration.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\DotEnv.Extensions.Microsoft.Config.csproj" />
<ProjectReference Include="..\src\DotEnv.Extensions.Microsoft.Configuration.csproj" />
</ItemGroup>

</Project>

0 comments on commit 32cff86

Please sign in to comment.