|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Razor"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>net6.0;net7.0</TargetFrameworks> |
5 | | - <Nullable>disable</Nullable> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - <Version>6.1.0</Version> |
8 | | - <Title>CodeBeam.MudBlazor.Extensions</Title> |
9 | | - <Authors>CodeBeam</Authors> |
10 | | - <Company>CodeBeam</Company> |
11 | | - <Description>MudBlazor extension components from contributors. Includes 20+ components and utilities.</Description> |
12 | | - <Copyright>CodeBeam OpenSource MIT</Copyright> |
13 | | - <PackageIcon>Mud_Secondary.png</PackageIcon> |
14 | | - <PackageProjectUrl>https://codebeam-mudextensions.pages.dev/</PackageProjectUrl> |
15 | | - <RepositoryUrl>https://github.com/CodeBeamOrg/CodeBeam.MudExtensions</RepositoryUrl> |
16 | | - <PackageTags>Blazor; MudBlazor; Component; Extension; Animate; Stepper; Loading; Gallery</PackageTags> |
17 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net6.0;net7.0</TargetFrameworks> |
| 5 | + <Nullable>disable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <Version>6.1.0</Version> |
| 8 | + <Title>CodeBeam.MudBlazor.Extensions</Title> |
| 9 | + <Authors>CodeBeam</Authors> |
| 10 | + <Company>CodeBeam</Company> |
| 11 | + <Description>MudBlazor extension components from contributors. Includes 20+ components and utilities.</Description> |
| 12 | + <Copyright>CodeBeam OpenSource MIT</Copyright> |
| 13 | + <PackageIcon>Mud_Secondary.png</PackageIcon> |
| 14 | + <PackageProjectUrl>https://codebeam-mudextensions.pages.dev/</PackageProjectUrl> |
| 15 | + <RepositoryUrl>https://github.com/CodeBeamOrg/CodeBeam.MudExtensions</RepositoryUrl> |
| 16 | + <PackageTags>Blazor; MudBlazor; Component; Extension; Animate; Stepper; Loading; Gallery</PackageTags> |
| 17 | + </PropertyGroup> |
18 | 18 |
|
19 | | - <ItemGroup> |
20 | | - <SupportedPlatform Include="browser" /> |
21 | | - </ItemGroup> |
| 19 | + <ItemGroup> |
| 20 | + <SupportedPlatform Include="browser" /> |
| 21 | + </ItemGroup> |
| 22 | + |
| 23 | + <ItemGroup> |
| 24 | + <PackageReference Include="MudBlazor" Version="6.1.2" /> |
| 25 | + </ItemGroup> |
| 26 | + |
| 27 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.10" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.10" /> |
| 30 | + </ItemGroup> |
22 | 31 |
|
23 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
24 | | - <PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.10" /> |
25 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.10" /> |
26 | | - <PackageReference Include="MudBlazor" Version="6.1.2" /> |
27 | | - </ItemGroup> |
28 | | - |
29 | 32 | <ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' "> |
30 | 33 | <PackageReference Include="Microsoft.AspNetCore.Components" Version="7.0.0.*" /> |
31 | 34 | <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.0.*" /> |
32 | | - <PackageReference Include="MudBlazor" Version="6.1.2" /> |
33 | | - </ItemGroup> |
| 35 | + </ItemGroup> |
34 | 36 |
|
35 | 37 | <!--Uncomment it on development and debug to generate min.css on rebuild--> |
36 | 38 | <!--This sections causes to fail auto deployment to CloudFlare--> |
|
48 | 50 | </ItemGroup> |
49 | 51 |
|
50 | 52 | <ItemGroup> |
51 | | - <None Include="..\..\..\..\Desktop\Mud_Secondary.png"> |
52 | | - <Pack>True</Pack> |
53 | | - <PackagePath>\</PackagePath> |
54 | | - </None> |
55 | | - <None Include="Components\SwitchM3\MudSwitchM3.razor" /> |
| 53 | + <None Include="..\..\..\..\Desktop\Mud_Secondary.png"> |
| 54 | + <Pack>True</Pack> |
| 55 | + <PackagePath>\</PackagePath> |
| 56 | + </None> |
| 57 | + <None Include="Components\SwitchM3\MudSwitchM3.razor" /> |
56 | 58 | </ItemGroup> |
57 | 59 |
|
58 | 60 | <ItemGroup> |
59 | | - <Content Update="Components\Splitter\MudSplitter.razor"> |
60 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
61 | | - </Content> |
| 61 | + <Content Update="Components\Splitter\MudSplitter.razor"> |
| 62 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 63 | + </Content> |
62 | 64 | </ItemGroup> |
63 | 65 |
|
64 | 66 | </Project> |
0 commit comments