Skip to content

Commit

Permalink
feat(Liquid.Adapter.AzureStorage.csproj): set package configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianareginalino committed Nov 29, 2023
1 parent 9192321 commit 6fd60d2
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/Liquid.Adapter.AzureStorage/Liquid.Adapter.AzureStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,30 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Avanade Brazil</Authors>
<Company>Avanade Inc.</Company>
<Product>Liquid - Modern Application Framework</Product>
<Copyright>Avanade 2019</Copyright>
<Version>6.0.0-preview-20221201-01</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<Description>
Adapter for Microsoft Azure Storage integrations.
This component is part of Liquid Application Framework.
</Description>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
Expand Down

0 comments on commit 6fd60d2

Please sign in to comment.