Skip to content

Commit

Permalink
update DI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymGorn committed Nov 8, 2023
1 parent 9de71c1 commit 65fb619
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
which can be left as <MudLink UserAttributes="@(new Dictionary<string, object>(){ {"rel", "noopener"} })" Target="_blank" Href="https://github.com/fengyuanchen/cropperjs/blob/main/src/js/defaults.js">default</MudLink>, as in the example below.
<br>
<MudAlert Class="my-3" Severity="Severity.Info">
Note: With the release of 1.2.7 Cropper.Blazor, сropper's default settings will be set automatically,
Note: With the release of 1.2.7 Cropper.Blazor NuGet package, сropper's default settings will be set automatically,
so you do not need to define them when declaring a component.
</MudAlert>
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ColorCode.HTML" Version="2.0.15" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Cropper.Blazor.Shared\Cropper.Blazor.Shared.csproj" />
<ProjectReference Include="..\Cropper.Blazor\Cropper.Blazor.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ColorCode.HTML" Version="2.0.14" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="bunit" Version="1.23.9" />
<PackageReference Include="bunit" Version="1.24.10" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
Expand Down

0 comments on commit 65fb619

Please sign in to comment.