Index: DEPENDENCIES.md =================================================================== diff -u -r1bb6c7bb53b378ce4f48f21a35caba0aab4a7e4b -r689d885d6e10312fa1ead0aa2babd78fa8cfc9f4 --- DEPENDENCIES.md (.../DEPENDENCIES.md) (revision 1bb6c7bb53b378ce4f48f21a35caba0aab4a7e4b) +++ DEPENDENCIES.md (.../DEPENDENCIES.md) (revision 689d885d6e10312fa1ead0aa2babd78fa8cfc9f4) @@ -36,6 +36,7 @@ | MahApps.Metro | 2.4.4 | MIT | https://github.com/MahApps/MahApps.Metro | | MathNet.Numerics | 3.19.0 | MIT | https://github.com/mathnet/mathnet-numerics | | MathNet.Spatial | 0.3.0 | MIT | https://github.com/mathnet/mathnet-spatial | +| Microsoft.Bcl.HashCode | 6.0.0 | MIT | https://github.com/dotnet/maintenance-packages | | Microsoft.Xaml.Behaviors.Wpf | 1.1.31 | MIT | https://github.com/Microsoft/XamlBehaviorsWpf | | MSBuildConfigurationDefaults | 1.0.1 | MIT | https://github.com/pedrolamas/MSBuildConfigurationDefaults | | NetTopologySuite | 1.14.0 | LGPL-2.1 | https://github.com/NetTopologySuite/NetTopologySuite | @@ -47,8 +48,17 @@ | RhinoMocks | 3.6.1 | BSD-3-Clause | https://github.com/hibernating-rhinos/rhino-mocks | | SmartThreadPool.dll | 2.2.4 | MS-PL | https://github.com/amibar/SmartThreadPool | | Stub.System.Data.SQLite.Core.NetFramework | 1.0.117 | MS-PL | https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki | +| System.Buffers | 4.6.1 | MIT | https://github.com/dotnet/runtime | +| System.Collections.Immutable | 10.0.5 | MIT | https://github.com/dotnet/runtime | | System.Data.SQLite.Core | 1.0.117 | MS-PL | https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki | | System.Data.SQLite.EF6 | 1.0.117 | MS-PL | https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki | +| System.Formats.Nrbf | 10.0.5 | MIT | https://github.com/dotnet/runtime | +| System.Memory | 4.6.3 | MIT | https://github.com/dotnet/runtime | +| System.Numerics.Vectors | 4.6.1 | MIT | https://github.com/dotnet/runtime | +| System.Reflection.Metadata | 10.0.5 | MIT | https://github.com/dotnet/runtime | +| System.Resources.Extensions | 10.0.5 | MIT | https://github.com/dotnet/runtime | +| System.Runtime.CompilerServices.Unsafe | 6.1.2 | MIT | https://github.com/dotnet/maintenance-packages | +| System.ValueTuple | 4.6.1 | MIT | https://github.com/dotnet/maintenance-packages | | WixToolset.Heat | 5.0.2 | MS-RL | https://github.com/wixtoolset | | WixToolset.NetFx.wixext | 5.0.2 | MS-RL | https://github.com/wixtoolset | | WixToolset.UI.wixext | 5.0.2 | MS-RL | https://github.com/wixtoolset | Index: Riskeer.sln =================================================================== diff -u -rac1c78f3fcf9821ffb5309fc63b7f48eb8105e4e -r689d885d6e10312fa1ead0aa2babd78fa8cfc9f4 --- Riskeer.sln (.../Riskeer.sln) (revision ac1c78f3fcf9821ffb5309fc63b7f48eb8105e4e) +++ Riskeer.sln (.../Riskeer.sln) (revision 689d885d6e10312fa1ead0aa2babd78fa8cfc9f4) @@ -834,6 +834,7 @@ build\Source.targets = build\Source.targets build\Test.targets = build\Test.targets build\TestUtil.targets = build\TestUtil.targets + DEPENDENCIES.md = DEPENDENCIES.md EndProjectSection EndProject Global