We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea30d1 commit bb4ddc7Copy full SHA for bb4ddc7
1 file changed
sdk_v2/cs/test/FoundryLocal.Tests/Microsoft.AI.Foundry.Local.Tests.csproj
@@ -37,6 +37,10 @@
37
</None>
38
</ItemGroup>
39
40
+ <ItemGroup Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(UseWinML)' != 'true'">
41
+ <PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu.Linux" Version="1.24.1" ExcludeAssets="all" PrivateAssets="all" />
42
+ </ItemGroup>
43
+
44
<ItemGroup>
45
<PackageReference Include="coverlet.collector" Version="6.0.4">
46
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments