File tree Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.1 " />
13
13
</ItemGroup >
14
14
15
15
</Project >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" CodeWF.Tools" Version =" 1.2.7 " />
12
- <PackageReference Include =" Markdig" Version =" 0.39.1 " />
13
- <PackageReference Include =" Known" Version =" 3.0.7 " />
11
+ <PackageReference Include =" CodeWF.Tools" Version =" 1.3.1.2 " />
12
+ <PackageReference Include =" Markdig" Version =" 0.40.0 " />
13
+ <PackageReference Include =" Known" Version =" 3.1.2 " />
14
14
<ProjectReference Include =" ..\AntBlazor\AntBlazor.csproj" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change 1
- using CodeWF . Tools . FileExtensions ;
2
- using CodeWF . Tools . Helpers ;
1
+ using CodeWF . Tools ;
2
+ using CodeWF . Tools . FileExtensions ;
3
3
using Microsoft . AspNetCore . Mvc ;
4
4
using WebSite . ViewModels ;
5
5
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" FluentValidation" Version =" 11.11.0 " />
13
+ <PackageReference Include =" FluentValidation" Version =" 12.0.0-preview1 " />
14
14
<PackageReference Include =" FluentValidation.AspNetCore" Version =" 11.3.0" />
15
- <PackageReference Include =" Known.Core" Version =" 3.0.1 " />
16
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.0 " />
15
+ <PackageReference Include =" Known.Core" Version =" 3.1.2 " />
16
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.1 " />
17
17
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.21.0" />
18
- <PackageReference Include =" Scalar.AspNetCore" Version =" 1.2.72 " />
19
- <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.32 .0" />
18
+ <PackageReference Include =" Scalar.AspNetCore" Version =" 2.0.2 " />
19
+ <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.33 .0" />
20
20
<ProjectReference Include =" ..\CodeWF\CodeWF.csproj" />
21
21
</ItemGroup >
22
22
Original file line number Diff line number Diff line change 2
2
global using CodeWF . Models ;
3
3
global using CodeWF . Services ;
4
4
global using WebSite ;
5
- global using CodeWF ;
6
- global using Known . Core ;
5
+ global using CodeWF ;
You can’t perform that action at this time.
0 commit comments