-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
25 lines (25 loc) · 1.27 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
25 lines (25 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Bunit" Version="2.7.2" />
<PackageVersion Include="CliWrap" Version="3.10.2" />
<PackageVersion Include="FluentAssertions" Version="8.10.0" />
<PackageVersion Include="FluentAssertions.Web.v8" Version="1.9.5" />
<PackageVersion Include="Iot.Device.Bindings" Version="4.2.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.5.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageVersion Include="mu88.Shared" Version="8.1.0" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="nunit" Version="4.6.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="6.2.0" />
<PackageVersion Include="System.Device.Gpio" Version="4.2.0" />
<PackageVersion Include="Testcontainers" Version="4.12.0" />
</ItemGroup>
<ItemGroup>
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
<!-- Since it's an internal app only, I consider this okay -->
</ItemGroup>
</Project>