Skip to content

Commit 795cc2d

Browse files
Update dependencies and lock files
1 parent fa1e321 commit 795cc2d

File tree

6 files changed

+35
-2189
lines changed

6 files changed

+35
-2189
lines changed

Directory.Build.props

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121

2222
<!-- NuGet packages lock -->
2323
<PropertyGroup>
24-
<EnablePackageValidation>true</EnablePackageValidation>
25-
<!-- TODO (V12): When 12.0.0 is released, update the below to that version and remove all CompatibilitySuppressions.xml files. -->
26-
<PackageValidationBaselineVersion>11.0.1</PackageValidationBaselineVersion>
2724
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
2825
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
2926
</PropertyGroup>
@@ -38,8 +35,10 @@
3835

3936
<!-- Package Validation -->
4037
<PropertyGroup>
38+
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
4139
<EnablePackageValidation>true</EnablePackageValidation>
42-
<PackageValidationBaselineVersion>10.0.0</PackageValidationBaselineVersion>
40+
<!-- TODO (V12): When 12.0.0 is released, update the below to that version and remove all CompatibilitySuppressions.xml files. -->
41+
<PackageValidationBaselineVersion>11.0.1</PackageValidationBaselineVersion>
4342
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
4443
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
4544
</PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.1" />
14-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
13+
<PackageVersion Include="NUnit3TestAdapter" Version="4.4.2" />
14+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
1515
<PackageVersion Include="Umbraco.Cms.Tests" Version="[12.0.0-rc1, 13)" />
1616
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[12.0.0-rc1, 13)" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)