Skip to content

Commit 0d89e6c

Browse files
Remove prerelease tag from upper version limit (because NuGet is being non-compliant)
1 parent 3613ca5 commit 0d89e6c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<!-- Package Validation -->
2929
<PropertyGroup>
3030
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
31-
<!--<EnablePackageValidation>true</EnablePackageValidation>-->
31+
<!-- TODO (V14): Re-enable when 14 is released. -->
32+
<EnablePackageValidation>false</EnablePackageValidation>
3233
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
3334
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3435
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1010
</ItemGroup>
1111
<PropertyGroup>
12-
<UmbracoCmsPackageVersion>[14.0.0-rc5, 15-0)</UmbracoCmsPackageVersion>
12+
<UmbracoCmsPackageVersion>[14.0.0-rc5, 15)</UmbracoCmsPackageVersion>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageVersion Include="Azure.Storage.Blobs" Version="12.20.0" />
1616
<PackageVersion Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.2" />
1717
<PackageVersion Include="Umbraco.Cms.Imaging.ImageSharp" Version="$(UmbracoCmsPackageVersion)" />
1818
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="$(UmbracoCmsPackageVersion)" />
1919
</ItemGroup>
20-
</Project>
20+
</Project>

0 commit comments

Comments
 (0)