Skip to content

Commit 43f7a46

Browse files
Updated to 1.5 (#825)
1 parent 4cb2cb1 commit 43f7a46

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/ObjectDetectionConsoleApp

samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/ObjectDetectionConsoleApp/ObjectDetection.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.ML" Version="$(MicrosoftMLVersion)" />
32-
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="$(MicrosoftMLVersion)" />
33-
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="$(MicrosoftMLVersion)" />
31+
<PackageReference Include="Microsoft.ML" Version="1.5.0" />
32+
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0" />
33+
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.3.0" />
34+
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0" />
3435
</ItemGroup>
3536

3637
<ItemGroup>

0 commit comments

Comments
 (0)