File tree Expand file tree Collapse file tree 7 files changed +35
-29
lines changed
Blazorex.Samples.DoomFire
Blazorex.Samples.FallingBlocks
Blazorex.Samples.KeyAndMouse
Blazorex.Samples.MouseCoords
Blazorex.Samples.PanAndZoom
Blazorex.Samples.ResizeCanvas
Blazorex.Samples.SimpleCanvas Expand file tree Collapse file tree 7 files changed +35
-29
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >net9.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 44 <TargetFramework >net9.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 44 <TargetFramework >net9.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
3- <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <Nullable >enable</Nullable >
6- <ImplicitUsings >enable</ImplicitUsings >
7- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <Nullable >enable</Nullable >
6+ <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
8+ </PropertyGroup >
89
910 <ItemGroup >
1011 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.10" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
3- <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <Nullable >enable</Nullable >
6- <ImplicitUsings >enable</ImplicitUsings >
7- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <Nullable >enable</Nullable >
6+ <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
8+ </PropertyGroup >
89
910 <ItemGroup >
1011 <ProjectReference Include =" ..\..\src\Blazorex\Blazorex.csproj" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <Nullable >enable</Nullable >
6+ <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
8+ </PropertyGroup >
39
4- <PropertyGroup >
5- <TargetFramework >net9.0</TargetFramework >
6- <Nullable >enable</Nullable >
7- <ImplicitUsings >enable</ImplicitUsings >
8- </PropertyGroup >
9-
10- <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.10" />
12- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.10" PrivateAssets =" all" />
13- </ItemGroup >
10+ <ItemGroup >
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.10" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.10" PrivateAssets =" all" />
13+ </ItemGroup >
1414
1515 <ItemGroup >
1616 <ProjectReference Include =" ..\..\src\Blazorex\Blazorex.csproj" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
3- <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <Nullable >enable</Nullable >
6- <ImplicitUsings >enable</ImplicitUsings >
7- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <Nullable >enable</Nullable >
6+ <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
8+ </PropertyGroup >
89
9- <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.10" />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.10" PrivateAssets =" all" />
12- </ItemGroup >
10+ <ItemGroup >
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.10" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.10" PrivateAssets =" all" />
13+ </ItemGroup >
1314
1415 <ItemGroup >
1516 <ProjectReference Include =" ..\..\src\Blazorex\Blazorex.csproj" />
You can’t perform that action at this time.
0 commit comments