-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
72 lines (72 loc) · 2.72 KB
/
Directory.Packages.props
File metadata and controls
72 lines (72 loc) · 2.72 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<Project>
<PropertyGroup>
<IlCompilerLLVMVersion>10.0.0-rc.1.26117.1</IlCompilerLLVMVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion
Include="Microsoft.DotNet.ILCompiler.LLVM"
Version="$(IlCompilerLLVMVersion)"
/>
<PackageVersion
Include="runtime.browser-wasm.Microsoft.DotNet.ILCompiler.LLVM"
Version="$(IlCompilerLLVMVersion)"
/>
<PackageVersion
Include="runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM"
Version="$(IlCompilerLLVMVersion)"
/>
</ItemGroup>
<ItemGroup>
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
<PackageVersion Include="AwesomeAssertions.Analyzers" Version="9.0.8" />
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
<PackageVersion Include="coverlet.msbuild" Version="10.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Verify" Version="29.3.1" />
<PackageVersion Include="Verify.XunitV3" Version="31.16.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
</ItemGroup>
<ItemGroup>
<PackageVersion
Include="Straights.OpenCvSharp.Runtime.Linux"
Version="4.13.0.20260427"
/>
<PackageVersion Include="Microsoft.AspNetCore" Version="2.3.0" />
<PackageVersion
Include="Microsoft.AspNetCore.StaticFiles"
Version="2.3.0"
/>
<PackageVersion Include="Microsoft.ML.OnnxRuntime" Version="1.25.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.203" />
<PackageVersion
Include="OpenCvSharp4.runtime.win.slim"
Version="4.13.0.20260427"
/>
<PackageVersion Include="OpenCvSharp4" Version="4.13.0.20260427" />
<PackageVersion Include="RandN" Version="0.5.0" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
<PackageVersion Include="System.CommandLine" Version="2.0.7" />
<PackageVersion Include="System.IO.Abstractions" Version="22.1.1" />
<PackageVersion
Include="System.IO.Abstractions.TestingHelpers"
Version="22.1.1"
/>
<PackageVersion Include="System.Numerics.Tensors" Version="10.0.7" />
<PackageVersion
Include="TestableIO.System.IO.Abstractions.Analyzers"
Version="2022.0.0"
/>
</ItemGroup>
<ItemGroup Condition="'$(UseStraightsNugetPackagesVersion)' != ''">
<PackageVersion
Include="Straights.Solver"
Version="$(UseStraightsNugetPackagesVersion)"
/>
<PackageVersion
Include="Straights.Image"
Version="$(UseStraightsNugetPackagesVersion)"
/>
</ItemGroup>
</Project>