Skip to content

Commit 11d5f80

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update project compliance
1 parent a65ef45 commit 11d5f80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Psychrometrics_Engine/Psychrometrics_Engine.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>https://github.com/BHoM/Psychrometrics_Toolkit</Description>
6+
<FileVersion>6.1.0.0</FileVersion>
7+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
58
<BaseOutputPath>..\Build\</BaseOutputPath>
69
<RootNamespace>BH.Engine.Psychrometrics</RootNamespace>
710
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -13,7 +16,9 @@
1316

1417
<ItemGroup>
1518
<Reference Include="BHoM">
16-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
19+
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
20+
<Private>False</Private>
21+
<SpecificVersion>False</SpecificVersion>
1722
</Reference>
1823
</ItemGroup>
1924

0 commit comments

Comments
 (0)