Skip to content

Commit

Permalink
Updated project files to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dag Håkon committed Feb 1, 2024
1 parent 78d10a9 commit b0cfcb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Depends.Core/Depends.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
14 changes: 7 additions & 7 deletions src/Depends/Depends.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<ToolCommandName>dotnet-depends</ToolCommandName>
<TargetFrameworks>net8.0</TargetFrameworks>
<ToolCommandName>dotnet-dependency</ToolCommandName>
<PackAsTool>True</PackAsTool>
<OutputType>Exe</OutputType>
<PackageId>dotnet-depends</PackageId>
<Title>dotnet-depends</Title>
<Authors>mholo65</Authors>
<PackageId>dotnet-dependency</PackageId>
<Title>dotnet-dependency</Title>
<Authors>daghsentinel</Authors>
<Description>Dependency explorer for .NET</Description>
<Copyright>2018 Martin Björkström</Copyright>
<Copyright>2024 Dag H. Baardsen</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/mholo65/depends</PackageProjectUrl>
<PackageProjectUrl>https://github.com/daghsentinel/depends</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit b0cfcb6

Please sign in to comment.