From 91e3432229d8b74c85aa897c454b7f10078b6d32 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sat, 23 Mar 2024 11:49:15 +1100 Subject: [PATCH] enable nuget audit (#1491) * enable nuget audit --- src/Directory.build.props | 2 ++ src/Humanizer.Tests/Humanizer.Tests.csproj | 2 +- src/nuget.config | 22 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 src/nuget.config diff --git a/src/Directory.build.props b/src/Directory.build.props index f1a885fca..97972fb36 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -15,5 +15,7 @@ true + all + low \ No newline at end of file diff --git a/src/Humanizer.Tests/Humanizer.Tests.csproj b/src/Humanizer.Tests/Humanizer.Tests.csproj index e45bf1b64..cbf5fc457 100644 --- a/src/Humanizer.Tests/Humanizer.Tests.csproj +++ b/src/Humanizer.Tests/Humanizer.Tests.csproj @@ -12,7 +12,7 @@ - + PreserveNewest diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 000000000..ec2c7e7d0 --- /dev/null +++ b/src/nuget.config @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file