Skip to content

Commit

Permalink
Merge pull request #27 from dahlbyk/NuGetAudit
Browse files Browse the repository at this point in the history
NuGetAudit=false
  • Loading branch information
dahlbyk authored Nov 11, 2024
2 parents 7cc112b + c24676a commit 1b73b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: dotnet/[email protected]
with:
setAllVars: true
- uses: actions/cache@v1
- uses: actions/cache@v4
id: cache
with:
path: ~/.nuget/packages
Expand Down
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904 -->
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
Expand Down

0 comments on commit 1b73b48

Please sign in to comment.