1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-01 23:01:46 +02:00
GiantsTools/Directory.Build.props
2022-09-04 11:53:25 -07:00

7 lines
339 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>