Skip to content

Commit

Permalink
.NET8.0 enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
antyrama committed Jan 11, 2024
1 parent 66b11fe commit cb96ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Service configuration file generator Command Line Tools</Description>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<IsPackable>true</IsPackable>
<PackageId>Antyrama.Tools.Scribe.Cli</PackageId>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ToolCommandName>app-settings-to-file</ToolCommandName>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/antyrama/SettingsScrapperTool</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Antyrama.Tools.Scribe.Core</PackageId>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/antyrama/SettingsScrapperTool</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit cb96ef3

Please sign in to comment.