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 44 <Title >Blazor Extensions Canvas</Title >
55 <Description >HTML5 Canvas API implementation for ASP.NET Core Blazor.</Description >
66 <PackageId >Blazor.Extensions.Canvas</PackageId >
7- <PackageVersion >1.0.0 </PackageVersion >
7+ <PackageVersion >1.1.0-preview1 </PackageVersion >
88 </PropertyGroup >
99
1010 <PropertyGroup >
2020 </PropertyGroup >
2121
2222 <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 " />
2424 </ItemGroup >
2525
2626 <ItemGroup >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <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" />
1414 </ItemGroup >
1515
1616 <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