summaryrefslogtreecommitdiff
path: root/dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch')
-rw-r--r--dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000000..aa0ae953f2bb
--- /dev/null
+++ b/dev-dotnet/dotnet-outdated/files/dotnet-outdated-4.6.0-net8.0.patch
@@ -0,0 +1,11 @@
+--- 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>