File tree Expand file tree Collapse file tree 5 files changed +9
-36
lines changed Expand file tree Collapse file tree 5 files changed +9
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 <PackageReference Include =" Microsoft.Extensions.Localization" Version =" $(NET8Version)" />
3434 </ItemGroup >
3535
36+ <ItemGroup >
37+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
38+ </ItemGroup >
39+
3640 <ItemGroup >
3741 <Content Remove =" Locales\*.json" />
3842 <EmbeddedResource Include =" Locales\*.json" />
5357 <None Include =" wwwroot\src\**\*.*" />
5458 </ItemGroup >
5559
60+ <ItemGroup >
61+ <SupportedPlatform Include =" browser" />
62+ </ItemGroup >
63+
5664 <ItemGroup >
5765 <Using Include =" BootstrapBlazor.Components" />
5866 <Using Include =" Microsoft.AspNetCore.Components" />
Original file line number Diff line number Diff line change 44 <Import Project =" ..\Logo.props" />
55 <Import Project =" ..\Bundle.props" />
66 <Import Project =" ..\SourceLink.targets" />
7- <Import Project =" ..\Version.targets" Condition =" '$(TargetFramework)' == 'net1.0'" />
87
98 <PropertyGroup >
109 <PackageTags >Bootstrap Blazor WebAssembly wasm UI Components</PackageTags >
Original file line number Diff line number Diff line change 1414 <DocumentationFile >$(MSBuildProjectName).xml</DocumentationFile >
1515 </PropertyGroup >
1616
17- <ItemGroup >
18- <SupportedPlatform Include =" browser" />
19- </ItemGroup >
20-
2117 <PropertyGroup >
22- <NoWarn >NETSDK1138; CS8002</NoWarn >
18+ <NoWarn >CS8002</NoWarn >
2319 </PropertyGroup >
2420
2521</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments