Skip to content

Commit

Permalink
Merge pull request #22 from joelmartinez/net8bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patridge authored Jan 20, 2024
2 parents 1638a87 + 77733bf commit 6d7a987
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions toolsrc/Chloroplast.Core/Chloroplast.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>

<PackageOutputPath>./nupkg</PackageOutputPath>
<IsPackable>true</IsPackable>

<Version>0.5.2</Version>
<Version>0.5.3</Version>
<Authors>Wilderness Labs</Authors>
<Company>Wilderness Labs</Company>
<PackageDescription>Core library for Chloroplast.Tool</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion toolsrc/Chloroplast.Test/Chloroplast.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions toolsrc/Chloroplast.Tool/Chloroplast.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>

<PackAsTool>true</PackAsTool>
<ToolCommandName>chloroplast</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<IsPackable>true</IsPackable>

<Version>0.5.4</Version>
<Version>0.5.5</Version>
<Authors>Wilderness Labs</Authors>
<Company>Wilderness Labs</Company>
<PackageDescription>Markdown-based static site generator</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion toolsrc/Chloroplast.Web/Chloroplast.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp8.0</TargetFramework>
</PropertyGroup>


Expand Down

0 comments on commit 6d7a987

Please sign in to comment.