|
1 | | -<Project Sdk="Microsoft.NET.Sdk.Razor"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | | - </PropertyGroup> |
8 | | - |
9 | | - <PropertyGroup> |
10 | | - <PackageId>Blazor.NavigationStack</PackageId> |
11 | | - <Version>1.0.6</Version> |
12 | | - <Authors>gpoon21</Authors> |
13 | | - <Company>gpoon21</Company> |
14 | | - <Description>A flexible navigation stack for Blazor. Manage complex navigation while retaining states, ideal for wizards, multi-step forms, and nested workflows.</Description> |
15 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
16 | | - <PackageProjectUrl>https://github.com/gpoon21/Blazor.NavigationStack</PackageProjectUrl> |
17 | | - <RepositoryUrl>https://github.com/gpoon21/Blazor.NavigationStack</RepositoryUrl> |
18 | | - <RepositoryType>git</RepositoryType> |
19 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
20 | | - </PropertyGroup> |
21 | | - |
22 | | - <ItemGroup> |
23 | | - <None Include="..\README.md" Pack="true" PackagePath="\"/> |
24 | | - </ItemGroup> |
25 | | - |
26 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
27 | | - <DocumentationFile>bin\Release\Blazor.NavigationStack.xml</DocumentationFile> |
28 | | - </PropertyGroup> |
29 | | - |
30 | | - |
31 | | - <ItemGroup> |
32 | | - <SupportedPlatform Include="browser"/> |
33 | | - </ItemGroup> |
34 | | - |
35 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
36 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.5" /> |
37 | | - </ItemGroup> |
38 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
39 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.16" /> |
40 | | - </ItemGroup> |
41 | | - |
42 | | - |
43 | | - <ItemGroup> |
44 | | - <Folder Include="wwwroot\"/> |
45 | | - </ItemGroup> |
46 | | - |
47 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Razor"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + </PropertyGroup> |
| 8 | + |
| 9 | + <PropertyGroup> |
| 10 | + <PackageId>Blazor.NavigationStack</PackageId> |
| 11 | + <Version>1.0.7</Version> |
| 12 | + <Authors>gpoon21</Authors> |
| 13 | + <Company>gpoon21</Company> |
| 14 | + <Description>A flexible navigation stack for Blazor. Manage complex navigation while retaining states, ideal for wizards, multi-step forms, and nested workflows.</Description> |
| 15 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 16 | + <PackageProjectUrl>https://github.com/gpoon21/Blazor.NavigationStack</PackageProjectUrl> |
| 17 | + <RepositoryUrl>https://github.com/gpoon21/Blazor.NavigationStack</RepositoryUrl> |
| 18 | + <RepositoryType>git</RepositoryType> |
| 19 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 20 | + </PropertyGroup> |
| 21 | + |
| 22 | + <ItemGroup> |
| 23 | + <None Include="..\README.md" Pack="true" PackagePath="\"/> |
| 24 | + </ItemGroup> |
| 25 | + |
| 26 | + <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
| 27 | + <DocumentationFile>bin\Release\Blazor.NavigationStack.xml</DocumentationFile> |
| 28 | + </PropertyGroup> |
| 29 | + |
| 30 | + |
| 31 | + <ItemGroup> |
| 32 | + <SupportedPlatform Include="browser"/> |
| 33 | + </ItemGroup> |
| 34 | + |
| 35 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
| 36 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.5" /> |
| 37 | + </ItemGroup> |
| 38 | + <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
| 39 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.16" /> |
| 40 | + </ItemGroup> |
| 41 | + |
| 42 | + |
| 43 | + <ItemGroup> |
| 44 | + <Folder Include="wwwroot\"/> |
| 45 | + </ItemGroup> |
| 46 | + |
| 47 | +</Project> |
0 commit comments