diff --git a/build/build.ps1 b/build/build.ps1 index 8a0b9dfaaf..da4733d432 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -449,12 +449,6 @@ if ($this.OnError()) { return } }) - $ubuild.DefineMethod("PrepareAzureGallery", - { - Write-Host "Prepare Azure Gallery" - $this.CopyFile("$($this.SolutionRoot)\build\Azure\azuregalleryrelease.ps1", $this.BuildOutput) - }) - $ubuild.DefineMethod("PrepareCSharpDocs", { Write-Host "Prepare C# Documentation" @@ -528,8 +522,6 @@ if ($this.OnError()) { return } $this.PackageNuGet() if ($this.OnError()) { return } - $this.PrepareAzureGallery() - if ($this.OnError()) { return } $this.PostPackageHook() if ($this.OnError()) { return } diff --git a/build/templates/UmbracoProject/UmbracoProject.csproj b/build/templates/UmbracoProject/UmbracoProject.csproj index 97d1e1b229..3fa1eb2f36 100644 --- a/build/templates/UmbracoProject/UmbracoProject.csproj +++ b/build/templates/UmbracoProject/UmbracoProject.csproj @@ -1,25 +1,23 @@ - + net5.0 Umbraco.Cms.Web.UI - - - - - - + + + + + - - +