Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Update PCAxis.Encryption.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
likp authored Aug 25, 2022
1 parent 069e056 commit f8a4b35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PCAxis.Encryption/PCAxis.Encryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Version>1.0.0</Version>
<PackageId>PCAxis.Encryption</PackageId>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleasePhase>beta</MinVerDefaultPreReleasePhase>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Description>Handles encrypting/decrypting connection elements in SqlDb.config files</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/statisticssweden/PCAxis.Encryption</PackageProjectUrl>
Expand Down

0 comments on commit f8a4b35

Please sign in to comment.