Skip to content

Commit 03f5ec1

Browse files
trying to build effect component using microsoft.ai.ml
1 parent b933d86 commit 03f5ec1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Samples/StyleTransfer/StyleTransferEffectComponent/StyleTransferEffectComponent.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
<Compile Include="Properties\AssemblyInfo.cs" />
126126
</ItemGroup>
127127
<ItemGroup>
128+
<PackageReference Include="Microsoft.AI.MachineLearning">
129+
<Version>1.3.0</Version>
130+
</PackageReference>
128131
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
129132
<Version>6.2.10</Version>
130133
</PackageReference>

Samples/StyleTransfer/StyleTransferEffectComponent/StyleTransferVideoEffect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using Windows.Graphics.Imaging;
1111
using System.Runtime.InteropServices;
1212
using Windows.Media;
13-
using Windows.AI.MachineLearning;
13+
using Microsoft.AI.MachineLearning;
1414
using Windows.Storage;
1515

1616
namespace StyleTransferEffectComponent

0 commit comments

Comments
 (0)