Skip to content

Commit f5e2e40

Browse files
Update to latest Umbraco v10 preview
1 parent 2d4a058 commit f5e2e40

File tree

5 files changed

+790
-576
lines changed

5 files changed

+790
-576
lines changed

src/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@
1111
<PackageTags>umbraco storage</PackageTags>
1212
</PropertyGroup>
1313
<ItemGroup>
14+
<Content Include="packages.lock.json" Visible="false" />
1415
<None Include="$(MSBuildThisFileDirectory)/../icon.png" Pack="true" PackagePath="/" Visible="false" />
1516
</ItemGroup>
1617

18+
<PropertyGroup>
19+
<RestoreAdditionalProjectSources>https://www.myget.org/F/umbraconightly/api/v3/index.json</RestoreAdditionalProjectSources>
20+
</PropertyGroup>
21+
1722
<!-- SourceLink -->
1823
<PropertyGroup>
1924
<PublishRepositoryUrl>true</PublishRepositoryUrl>

src/Umbraco.StorageProviders.AzureBlob/Umbraco.StorageProviders.AzureBlob.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Azure Blob Storage provider for Umbraco CMS</Description>
88
<PackageTags>umbraco storage azure blob</PackageTags>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Umbraco.Cms.Web.Common" Version="9.3.0" />
11+
<PackageReference Include="Umbraco.Cms.Web.Common" Version="10.0.0-preview20220405.88864" />
1212
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="1.0.5" />
1313
<PackageReference Include="Azure.Storage.Blobs" Version="12.11.0" />
1414
<ProjectReference Include="..\Umbraco.StorageProviders\Umbraco.StorageProviders.csproj" />

0 commit comments

Comments
 (0)