File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
<div class =" btn-toolbar mb-2 mb-md-0" >
27
27
<div class =" btn-group mr-2" >
28
28
<TelerikComboBox Data =" @Assignees" TextField =" FullName" ValueField =" Id" @bind-Value =" SelectedAssigneeId"
29
- Placeholder =" Select assignee.." ClearButton =" true" Filterable =" true" FilterOperator =" StringFilterOperator.Contains" Width =" 260px" >
29
+ Placeholder =" Select assignee.." ShowClearButton =" true" Filterable =" true" FilterOperator =" StringFilterOperator.Contains" Width =" 260px" >
30
30
<ItemTemplate >
31
31
@{
32
32
var item = context as PtUser ;
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 7 .0.7 " />
9
- <PackageReference Include =" Telerik.UI.for.Blazor" Version =" 6.2 .0" />
8
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 9 .0.0 " />
9
+ <PackageReference Include =" Telerik.UI.for.Blazor" Version =" 9.1 .0" />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments