Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attempt at readme
Browse files Browse the repository at this point in the history
RohrerF committed Jun 12, 2023
1 parent 2279e3e commit d5ccf97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Confix.Tool/src/Confix.Tool/Confix.Tool.csproj
Original file line number Diff line number Diff line change
@@ -14,8 +14,11 @@
<IsPackable>true</IsPackable>
<IsPublishable>true</IsPublishable>
<PackAsTool>true</PackAsTool>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="../../../../README.md" Pack="true" PackagePath="/"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" />

0 comments on commit d5ccf97

Please sign in to comment.