Skip to content

Commit

Permalink
Remove prerelease tag from upper version limit (because NuGet is bein…
Browse files Browse the repository at this point in the history
…g non-compliant)
  • Loading branch information
ronaldbarendse committed May 29, 2024
1 parent 3613ca5 commit 0d89e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<!-- Package Validation -->
<PropertyGroup>
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
<!--<EnablePackageValidation>true</EnablePackageValidation>-->
<!-- TODO (V14): Re-enable when 14 is released. -->
<EnablePackageValidation>false</EnablePackageValidation>
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
</ItemGroup>
<PropertyGroup>
<UmbracoCmsPackageVersion>[14.0.0-rc5, 15-0)</UmbracoCmsPackageVersion>
<UmbracoCmsPackageVersion>[14.0.0-rc5, 15)</UmbracoCmsPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageVersion Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.2" />
<PackageVersion Include="Umbraco.Cms.Imaging.ImageSharp" Version="$(UmbracoCmsPackageVersion)" />
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="$(UmbracoCmsPackageVersion)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 0d89e6c

Please sign in to comment.