Skip to content

Commit 80a6457

Browse files
committed
bump to YAF 4.0.0
1 parent 47a1352 commit 80a6457

File tree

5 files changed

+8
-15
lines changed

5 files changed

+8
-15
lines changed

YAF.SampleApp/App.razor

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@using Microsoft.AspNetCore.Components.Routing
22

3+
34
<Router AppAssembly="typeof(App).Assembly">
45
<Found Context="routeData">
56
<RouteView RouteData="routeData" />

YAF.SampleApp/Pages/Index.cshtml.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
* under the License.
2323
*/
2424

25-
using Microsoft.AspNetCore.Mvc;
2625
using Microsoft.AspNetCore.Mvc.RazorPages;
27-
using Newtonsoft.Json;
28-
using Newtonsoft.Json.Linq;
29-
using YAF.Types.Objects.Language;
3026

3127
namespace YAF.SampleApp.Pages;
3228

@@ -51,4 +47,4 @@ public class IndexModel : PageModel, IHaveServiceLocator
5147
public IndexModel()
5248
{
5349
}
54-
}
50+
}

YAF.SampleApp/Pages/Shared/_Layout.cshtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@inject BoardContext Current
88

99
<!DOCTYPE html>
10-
<html lang="en">
10+
<htm>
1111
<head>
1212
<meta charset="utf-8" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -94,4 +94,4 @@
9494

9595
@await RenderSectionAsync("Scripts", required: false)
9696
</body>
97-
</html>
97+
</htm>

YAF.SampleApp/YAF.SampleApp.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6+
<CompressionEnabled>false</CompressionEnabled>
67
</PropertyGroup>
78

89
<ItemGroup>
910
<Content Remove="C:\Users\iherb\.nuget\packages\yafnet.ui.chat\4.0.0-rc02\contentFiles\any\net8.0\libman.json" />
1011
</ItemGroup>
1112

1213
<ItemGroup>
13-
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.0-rc04" />
14-
<PackageReference Include="YAFNET.RazorPages" Version="4.0.0-rc04" />
15-
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.0-rc04" />
14+
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.0" />
15+
<PackageReference Include="YAFNET.RazorPages" Version="4.0.0" />
16+
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.0" />
1617
</ItemGroup>
1718

1819
<ItemGroup>

YAF.SampleApp/libman.json

-5
This file was deleted.

0 commit comments

Comments
 (0)