Skip to content

Commit 66169ae

Browse files
Fix project compliance (#307)
2 parents 65eb360 + c873c01 commit 66169ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BHoMUpgrades/BHoMUpgrades.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
<ItemGroup>
2525
<Reference Include="Versioning_oM">
26-
<HintPath>C:\ProgramData\BHoM\Assemblies\Versioning_oM.dll</HintPath>
26+
<HintPath>$(ProgramData)\BHoM\Assemblies\Versioning_oM.dll</HintPath>
27+
<Private>false</Private>
28+
<SpecificVersion>false</SpecificVersion>
2729
</Reference>
2830
</ItemGroup>
2931

0 commit comments

Comments
 (0)