Files
gentoo/dev-dotnet/nake/files/nake-3.0.0-csproj-framework.patch
Maciej Barć d6ae885d3e dev-dotnet/nake: new package; add 3.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-09-20 18:26:59 +02:00

19 lines
615 B
Diff

--- a/Source/Nake/Nake.csproj
+++ b/Source/Nake/Nake.csproj
@@ -7,7 +7,7 @@
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>nake</ToolCommandName>
- <TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
@@ -21,4 +21,4 @@
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="$(SystemSecurityCryptographyProtectedDataVersion)" />
</ItemGroup>
-</Project>
\ No newline at end of file
+</Project>