Skip to content

Commit

Permalink
8.0 Deployment (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakNaslundBh authored Dec 19, 2024
2 parents 36d308e + 256bd49 commit 1dfedcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/LifeCycleAssessment_Toolkit</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions LifeCycleAssessment_Engine/LifeCycleAssessment_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/LifeCycleAssessment_Toolkit</Description>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<RootNamespace>BH.Engine.LifeCycleAssessment</RootNamespace>
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
Expand Down

0 comments on commit 1dfedcc

Please sign in to comment.