File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed
BlazorReduxDevToolsExtensionApp
BlazorReduxDevToolsExtension Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 55 <OutputType >library</OutputType >
66 <IsPackable >true</IsPackable >
77 <BlazorLinkOnBuild >false</BlazorLinkOnBuild >
8+ <LangVersion >7.3</LangVersion >
89 </PropertyGroup >
910
1011 <PropertyGroup >
1819 <PackageTags >blazor redux-devtools-extension</PackageTags >
1920 <IncludeSymbols >false</IncludeSymbols >
2021 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
21- <Version >1.0.0-preview2 </Version >
22+ <Version >1.0.0-preview3 </Version >
2223 </PropertyGroup >
2324
2425 <ItemGroup >
2930 </ItemGroup >
3031
3132 <ItemGroup >
32- <PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.0-preview2-final" PrivateAssets =" all" />
33- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.2.1" />
34- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 0.2.1" />
33+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.3.0" />
34+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 0.3.0" />
3535 </ItemGroup >
3636
3737</Project >
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RunCommand >dotnet</RunCommand >
66 <RunArguments >blazor serve</RunArguments >
7+ <LangVersion >7.3</LangVersion >
78 </PropertyGroup >
89
910 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.0-preview2-final" PrivateAssets =" all" />
11- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.2.1" />
12- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 0.2.1" />
13- <DotNetCliToolReference Include =" Microsoft.AspNetCore.Blazor.Cli" Version =" 0.2.1" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.3.0" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 0.3.0" />
13+ <DotNetCliToolReference Include =" Microsoft.AspNetCore.Blazor.Cli" Version =" 0.3.0" />
1414 </ItemGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 1- @implements ILayoutComponent
1+ @inherits BlazorLayoutComponent
22
33<div class =" container-fluid" >
44 <div class =" row" >
99 @Body
1010 </div >
1111 </div >
12- </div >
13-
14- @functions {
15- public RenderFragment Body { get ; set ; }
16- }
12+ </div >
You can’t perform that action at this time.
0 commit comments