We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ef48e commit 2d47feaCopy full SHA for 2d47fea
1 file changed
src/Cropper.Blazor/Client/Cropper.Blazor.Client.csproj
@@ -23,12 +23,12 @@
23
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.2" />
24
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.2" PrivateAssets="all" />
25
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
26
+ <PackageReference Include="Cropper.Blazor" Version="1.5.1" />
27
</ItemGroup>
28
29
<!--Project dependencies-->
30
<ItemGroup>
31
<ProjectReference Include="..\Cropper.Blazor.Shared\Cropper.Blazor.Shared.csproj" />
- <ProjectReference Include="..\Cropper.Blazor\Cropper.Blazor.csproj" />
32
33
34
@@ -174,3 +174,4 @@
174
175
</Project>
176
177
+
0 commit comments