Skip to content

Commit

Permalink
Update package versions in project files
Browse files Browse the repository at this point in the history
Updated the following package versions:
- `BlazorMonaco` from `3.2.0` to `3.3.0` in `PanoramicData.Blazor.Demo.csproj` and `PanoramicData.Blazor.csproj`.
- `Shouldly` from `4.2.1` to `4.3.0` in `PanoramicData.Blazor.Test.csproj`.
- `System.Linq.Dynamic.Core` from `1.5.1` to `1.6.0-preview-01` in `PanoramicData.Blazor.csproj`.
  • Loading branch information
davidnmbond committed Jan 24, 2025
1 parent dd538a3 commit 70ee2dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PanoramicData.Blazor.Demo/PanoramicData.Blazor.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


<ItemGroup>
<PackageReference Include="BlazorMonaco" Version="3.2.0" />
<PackageReference Include="BlazorMonaco" Version="3.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.1" />
<PackageReference Include="PanoramicData.NCalcExtensions" Version="3.1.36" />
Expand Down
2 changes: 1 addition & 1 deletion PanoramicData.Blazor.Test/PanoramicData.Blazor.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions PanoramicData.Blazor/PanoramicData.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BlazorMonaco" Version="3.2.0" />
<PackageReference Include="BlazorMonaco" Version="3.3.0" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Markdig" Version="0.40.0" />
Expand All @@ -48,7 +48,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PanoramicData.DeepCloner" Version="1.0.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0-preview-01" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 70ee2dc

Please sign in to comment.