Skip to content

Commit

Permalink
[Blazor] Update Telerik UI for Blazor and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Nov 16, 2023
1 parent 87cd96c commit 331872e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/Blazor/MyBlazorApp.Tests/MyBlazorApp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JustMock.Commercial" Version="2023.1.117.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="System.Security.Permissions" Version="7.0.0" />
<PackageReference Include="JustMock.Commercial" Version="2023.3.1011.155" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Blazor/MyBlazorApp/MyBlazorApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Telerik.UI.for.Blazor" Version="4.6.0" />
<PackageReference Include="Telerik.UI.for.Blazor" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 331872e

Please sign in to comment.