gentoo-ebuilds/dev-dotnet/fantomas/files/fantomas-7.0.0-directory-build-props.patch
Maciej Barć 619f20ce1e
dev-dotnet/fantomas: bump to 7.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-01-12 22:54:42 +01:00

11 lines
718 B
Diff

--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -40,7 +40,7 @@ Some common use cases include:
<!-- https://www.gresearch.co.uk/blog/article/improve-nuget-restores-with-static-graph-evaluation/ -->
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
<ServerGarbageCollection>true</ServerGarbageCollection>
- <OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen --strict-indentation+ --realsig+</OtherFlags>
+ <OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen --strict-indentation+ </OtherFlags>
</PropertyGroup>
<!-- Versions -->