We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3ccb1 commit 1683828Copy full SHA for 1683828
samples/LottieSamples/LottieSamples.csproj
@@ -261,7 +261,7 @@
261
<Version>6.2.9</Version>
262
</PackageReference>
263
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Lottie">
264
- <Version>6.0.0</Version>
+ <Version>[6.0.0-*,6.0.0)</Version>
265
266
<PackageReference Include="Microsoft.UI.Xaml">
267
<Version>2.2.190917002</Version>
@@ -274,4 +274,4 @@
274
<VisualStudioVersion>14.0</VisualStudioVersion>
275
</PropertyGroup>
276
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
277
-</Project>
+</Project>
0 commit comments