Skip to content

Commit ae1ef5f

Browse files
author
Fraser Greenroyd
committed
Fix project file
1 parent 8f49706 commit ae1ef5f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

BHoMAnalytics_Adapter/BHoMAnalytics_Adapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/BHoMAnalytics_Toolkit</Description>
66
<FileVersion>6.3.0.0</FileVersion>
77
<AssemblyVersion>6.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.Adapter.BHoMAnalytics</RootNamespace>
9-
<BaseOutputPath>..\Build\</BaseOutputPath>
9+
<OutputPath>..\Build\</OutputPath>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

BHoMAnalytics_Engine/BHoMAnalytics_Engine.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<AssemblyVersion>6.0.0.0</AssemblyVersion>
88
<BaseOutputPath>..\Build\</BaseOutputPath>
99
<RootNamespace>BH.Engine.BHoMAnalytics</RootNamespace>
10+
<OutputPath>..\Build\</OutputPath>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

BHoMAnalytics_oM/BHoMAnalytics_oM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<FileVersion>6.3.0.0</FileVersion>
77
<AssemblyVersion>6.0.0.0</AssemblyVersion>
88
<RootNamespace>BH.oM.BHoMAnalytics</RootNamespace>
9-
<BaseOutputPath>..\Build\</BaseOutputPath>
9+
<OutputPath>..\Build\</OutputPath>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)