Skip to content

Commit

Permalink
fix(ResourceOriented): Fixed the Neuroglia.Data.Infrastructure.Resour…
Browse files Browse the repository at this point in the history
…ceOriented.Redis to properly generate and publish package
  • Loading branch information
cdavernas committed Mar 22, 2024
1 parent 905e6a3 commit 1550930
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Company>Neuroglia SRL</Company>
<Copyright>Copyright © 2021-Present Neuroglia SRL. All rights reserved.</Copyright>
<Authors>Neuroglia SRL</Authors>
<RepositoryUrl>https://github.com/neuroglia-io/framework</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>neuroglia framework data infrastructure resource-oriented redis</PackageTags>
<Version>4.8.1</Version>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo_white_on_blue_256.png</PackageIcon>
<IsPackable>true</IsPackable>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\assets\img\logo_white_on_blue_256.png" Link="logo_white_on_blue_256.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.7.33" />
</ItemGroup>
Expand Down

0 comments on commit 1550930

Please sign in to comment.