We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04534f commit 33a0f4bCopy full SHA for 33a0f4b
settings/sln.build.props
@@ -1,5 +1,9 @@
1
<Project>
2
3
+ <PropertyGroup>
4
+ <DirectoryPackagesPropsPath>$([MSBuild]::NormalizePath('$(SolutionDir)', 'Directory.Packages.props'))</DirectoryPackagesPropsPath>
5
+ </PropertyGroup>
6
+
7
<PropertyGroup Label="Prepare Directories">
8
<DirEngineeringConfigurations>$([MSBuild]::NormalizeDirectory('$(DirEngineering)', 'configurations'))</DirEngineeringConfigurations>
9
<DirEngineeringShared>$([MSBuild]::NormalizeDirectory('$(DirEngineering)', 'shared'))</DirEngineeringShared>
0 commit comments