From 63d2fa08db71186291dae3a8507733f5605c6504 Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Sun, 10 Nov 2024 22:23:37 -0600 Subject: [PATCH 1/2] NuGetAudit=false https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904 --- Directory.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 1cd2088..049531d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,6 +3,8 @@ 8.0 enable true + + false true From c24676a59ed12e028feaf3715243e60ad5885f4b Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Sun, 10 Nov 2024 22:31:07 -0600 Subject: [PATCH 2/2] actions/cache@v4 https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/ --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index eb95942..0788843 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,7 +32,7 @@ jobs: - uses: dotnet/nbgv@v0.4 with: setAllVars: true - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: cache with: path: ~/.nuget/packages