Skip to content

Commit 8f5ccca

Browse files
Update dependencies, disable package lock and set version to '13.0.0'
1 parent b42a79d commit 8f5ccca

File tree

5 files changed

+4
-6045
lines changed

5 files changed

+4
-6045
lines changed

Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<Content Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" Visible="false" />
2020
</ItemGroup>
2121

22-
<!-- NuGet packages lock -->
23-
<PropertyGroup>
24-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
25-
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
26-
</PropertyGroup>
27-
2822
<!-- SourceLink -->
2923
<PropertyGroup>
3024
<PublishRepositoryUrl>true</PublishRepositoryUrl>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
1313
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
14-
<PackageVersion Include="Umbraco.Cms.Tests" Version="[13.0.0-rc4, 14)" />
15-
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.0.0-rc4, 14)" />
14+
<PackageVersion Include="Umbraco.Cms.Tests" Version="[13.0.0, 14)" />
15+
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.0.0, 14)" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)