File tree Expand file tree Collapse file tree 4 files changed +27
-23
lines changed
src/Blazor.Extensions.Canvas
Blazor.Extensions.Canvas.Test.ClientSide
Blazor.Extensions.Canvas.Test.ServerSide Expand file tree Collapse file tree 4 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 4
4
<Title >Blazor Extensions Canvas</Title >
5
5
<Description >HTML5 Canvas API implementation for ASP.NET Core Blazor.</Description >
6
6
<PackageId >Blazor.Extensions.Canvas</PackageId >
7
- <PackageVersion >1.0.0 </PackageVersion >
7
+ <PackageVersion >1.1.0-preview1 </PackageVersion >
8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup >
20
20
</PropertyGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0 " />
23
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.0-preview1.19508.20 " />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0 .0-preview9.19465.2 " />
12
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0 .0-preview9.19465.2 " PrivateAssets =" all" />
13
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0 .0-preview9.19465.2 " PrivateAssets =" all" />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.1 .0-preview1.19508.20 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.1 .0-preview1.19508.20 " PrivateAssets =" all" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.1 .0-preview1.19508.20 " PrivateAssets =" all" />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
Original file line number Diff line number Diff line change 1
- @*
2
- The Router component displays whichever component has a @page
3
- directive matching the current URI.
4
- *@
5
- <Router AppAssembly =typeof(Program).Assembly />
1
+ <Router AppAssembly =" typeof(Program).Assembly" >
2
+ <Found Context =" routeData" >
3
+ <RouteView RouteData =" routeData" DefaultLayout =" typeof(MainLayout)" />
4
+ </Found >
5
+ <NotFound >
6
+ <h1 >Page not found</h1 >
7
+ <p >Sorry, but there's nothing here!</p >
8
+ </NotFound >
9
+ </Router >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netcoreapp3.0 </TargetFramework >
5
- <LangVersion >7.3</LangVersion >
6
- <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
7
- </PropertyGroup >
8
-
9
- <ItemGroup >
10
- <ProjectReference Include =" ..\..\src\Blazor.Extensions.Canvas\Blazor.Extensions.Canvas.csproj" />
11
- </ItemGroup >
12
-
13
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <LangVersion >7.3</LangVersion >
6
+ <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <ProjectReference Include =" ..\..\src\Blazor.Extensions.Canvas\Blazor.Extensions.Canvas.csproj" />
11
+ </ItemGroup >
12
+
13
+ </Project >
You can’t perform that action at this time.
0 commit comments