diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-10-07 19:42:56 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-10 22:20:58 +0200 |
commit | e4cfc220505e09163f2a7572f6f0f0ac7c2c6bde (patch) | |
tree | 8e5dd4981182a4fe428ae853f4b698fc65cf80ac /dev-dotnet | |
parent | dev-db/mysqltuner: remove unused patch(es) (diff) | |
download | gentoo-e4cfc220505e09163f2a7572f6f0f0ac7c2c6bde.tar.gz gentoo-e4cfc220505e09163f2a7572f6f0f0ac7c2c6bde.tar.bz2 gentoo-e4cfc220505e09163f2a7572f6f0f0ac7c2c6bde.zip |
dev-dotnet/dotnet-outdated: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch b/dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch deleted file mode 100644 index aa0ae953f2bb..000000000000 --- a/dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj -+++ b/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>netstandard2.1</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <IsPackable>true</IsPackable> - <PackageTags>dotnet;outdated;core;lib</PackageTags> - <Description>The core functionality of DotNet Outdated as a library which allows you to embed it into your own applications</Description> |