Skip to content

Commit 9c0d057

Browse files
authored
Add NuGetAuditMode = all and bump necessary versions (#4116)
1 parent 68722f8 commit 9c0d057

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Custom.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<EnableDefaultArtifacts>false</EnableDefaultArtifacts>
88
<!-- Remove after upgrading to NServiceBus 8.x -->
99
<ParticularAnalyzersVersion>0.9.0</ParticularAnalyzersVersion>
10+
<NuGetAuditMode>all</NuGetAuditMode>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

src/Directory.Packages.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,19 @@
7979
</ItemGroup>
8080

8181
<ItemGroup Label="Versions to pin transitive references">
82+
<!-- Referenced by OWIN but not actuall part of any deployment -->
83+
<PackageVersion Include="jQuery" Version="3.7.1" />
84+
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.35.0" />
8285
<PackageVersion Include="Microsoft.Owin.Hosting" Version="4.2.2" />
86+
<PackageVersion Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
8387
<PackageVersion Include="NServiceBus.Newtonsoft.Json" Version="2.4.0" />
88+
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
8489
<PackageVersion Include="System.Collections.Immutable" Version="7.0.0" />
8590
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
91+
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />
8692
<PackageVersion Include="System.Memory" Version="4.5.5" />
8793
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
94+
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="7.0.3" />
8895
</ItemGroup>
8996

9097
<ItemGroup Label="Must not be changed to prevent breaking cmdlets in PowerShell 7.2 LTS">

0 commit comments

Comments
 (0)