Skip to content

Commit a4283ed

Browse files
Move properties to Directory.Build.props
1 parent a5cee6f commit a4283ed

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Directory.Build.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
<PackageProjectUrl>https://github.com/umbraco/Umbraco.StorageProviders</PackageProjectUrl>
99
<PackageIconUrl>https://umbraco.com/dist/nuget/logo-small.png</PackageIconUrl>
1010
<PackageIcon>icon.png</PackageIcon>
11-
<PackageTags>umbraco storage-providers</PackageTags>
11+
<PackageTags>umbraco storage</PackageTags>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<NeutralLanguage>en-US</NeutralLanguage>
14+
<ImplicitUsings>enable</ImplicitUsings>
15+
<Nullable>enable</Nullable>
16+
<WarningsAsErrors>Nullable</WarningsAsErrors>
1417
<GenerateDocumentationFile>true</GenerateDocumentationFile>
18+
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
1519
</PropertyGroup>
1620

1721
<ItemGroup>
Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
4-
<Nullable>enable</Nullable>
5-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
6-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<Description>Azure Blob Storage provider for Umbraco CMS</Description>
8-
<PackageTags>umbraco storage azure blob</PackageTags>
9-
</PropertyGroup>
10-
<ItemGroup>
11-
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.0.0" />
12-
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="1.0.5" />
13-
<PackageReference Include="Azure.Storage.Blobs" Version="12.11.0" />
14-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Title>Umbraco Storage Providers</Title>
4+
<Description>Azure Blob Storage provider for Umbraco CMS.</Description>
5+
<PackageTags>umbraco storage azure blob</PackageTags>
6+
</PropertyGroup>
7+
<ItemGroup>
8+
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.0.0" />
9+
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="1.0.5" />
10+
<PackageReference Include="Azure.Storage.Blobs" Version="12.11.0" />
11+
</ItemGroup>
1512
</Project>

0 commit comments

Comments
 (0)