|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>net6.0</TargetFramework> |
5 |
| - <Nullable>enable</Nullable> |
6 |
| - <ImplicitUsings>enable</ImplicitUsings> |
7 |
| - <RootNamespace>RapidBlazor.WebUI.Client</RootNamespace> |
8 |
| - <AssemblyName>RapidBlazor.WebUI.Client</AssemblyName> |
9 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net7.0</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <RootNamespace>RapidBlazor.WebUI.Client</RootNamespace> |
| 8 | + <AssemblyName>RapidBlazor.WebUI.Client</AssemblyName> |
| 9 | + </PropertyGroup> |
10 | 10 |
|
11 |
| - <ItemGroup> |
12 |
| - <PackageReference Include="Blazored.FluentValidation" Version="2.0.3" /> |
13 |
| - <PackageReference Include="FluentValidation" Version="10.4.0" /> |
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.9" /> |
15 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.9" PrivateAssets="all" /> |
16 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.9" /> |
17 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> |
18 |
| - <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> |
19 |
| - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
20 |
| - <PackageReference Include="Scrutor" Version="4.2.0" /> |
21 |
| - </ItemGroup> |
| 11 | + <ItemGroup> |
| 12 | + <PackageReference Include="Blazored.FluentValidation" Version="2.0.3" /> |
| 13 | + <PackageReference Include="FluentValidation" Version="10.4.0" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0-rc.2.22476.2" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.0-rc.2.22476.2" PrivateAssets="all" /> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.0-rc.2.22476.2" /> |
| 17 | + <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0-rc.2.22472.3" /> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> |
| 19 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
| 20 | + <PackageReference Include="Scrutor" Version="4.2.0" /> |
| 21 | + </ItemGroup> |
22 | 22 |
|
23 |
| - <ItemGroup> |
24 |
| - <ProjectReference Include="..\Shared\Shared.csproj" /> |
25 |
| - </ItemGroup> |
| 23 | + <ItemGroup> |
| 24 | + <ProjectReference Include="..\Shared\Shared.csproj" /> |
| 25 | + </ItemGroup> |
26 | 26 |
|
27 | 27 | </Project>
|
0 commit comments