Skip to content

Commit a323907

Browse files
committed
Enable NuGet Audit
1 parent 2198097 commit a323907

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
1616
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
1717
</packageSources>
18+
<auditSources>
19+
<clear />
20+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
21+
</auditSources>
1822
<disabledPackageSources />
1923
</configuration>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
<PropertyGroup>
6868
<MicrosoftBuildFrameworkPackageVersion>15.9.20</MicrosoftBuildFrameworkPackageVersion>
6969
<MicrosoftBuildUtilitiesCorePackageVersion>15.9.20</MicrosoftBuildUtilitiesCorePackageVersion>
70-
<!--
71-
Also in global.json
72-
Used in Wpf.Cpp.PrivateTools.props/targets
70+
<!--
71+
Also in global.json
72+
Used in Wpf.Cpp.PrivateTools.props/targets
7373
<MsvcurtC1xxVersion>0.0.1.2</MsvcurtC1xxVersion>
7474
-->
7575
<!--
7676
This is the version of the test infrastructure package is compiled against. This should be
77-
removed as part of https://github.com/dotnet/wpf/issues/816
77+
removed as part of https://github.com/dotnet/wpf/issues/816
7878
-->
7979
<MicrosoftDotNetWpfTestPackageVersion>1.0.0-beta.19263.1</MicrosoftDotNetWpfTestPackageVersion>
8080
<!-- These versions are specified in global.json -->
@@ -96,7 +96,7 @@
9696
</PropertyGroup>
9797
<!-- Test related -->
9898
<PropertyGroup>
99-
<MoqPackageVersion>4.10.0</MoqPackageVersion>
99+
<MoqPackageVersion>4.18.4</MoqPackageVersion>
100100
<FluentAssertionsVersion>6.11.0</FluentAssertionsVersion>
101101
<SystemComponentModelTypeConverterTestDataVersion>8.0.0-beta.23107.1</SystemComponentModelTypeConverterTestDataVersion>
102102
<SystemDrawingCommonTestDataVersion>8.0.0-beta.23107.1</SystemDrawingCommonTestDataVersion>

0 commit comments

Comments
 (0)