mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
19 lines
615 B
Diff
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>
|