Skip to content

Commit 3731a29

Browse files
committed
add packageType
1 parent 3b36055 commit 3731a29

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@
3131
</ProjectReference>
3232
</ItemGroup>
3333

34+
<PropertyGroup>
35+
<!-- suppress NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below -->
36+
<NoWarn>$(NoWarn);NU5128</NoWarn>
37+
</PropertyGroup>
38+
3439
</Project>

EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<description>Tooling for encrypting certain configuration parameter values in dotnet apps.</description>
1212
<tags>config appsettings cryptography aspnetcore</tags>
1313
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="94723d356dba9dcdcd5793e7bfb5972a39945c0f" />
14+
<packageTypes>
15+
<packageType name="DotnetTool" />
16+
</packageTypes>
1417
<dependencies>
1518
<group targetFramework="net9.0">
1619
<dependency id="BouncyCastle.Cryptography" version="2.6.2" exclude="Build,Analyzers" />

0 commit comments

Comments
 (0)