|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net9.0</TargetFramework> |
| 3 | + <TargetFramework>net10.0</TargetFramework> |
4 | 4 | <Nullable>enable</Nullable> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <UserSecretsId>2bc8685f-1b2d-405a-b0d1-899806a7a151</UserSecretsId> |
|
13 | 13 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
14 | 14 | <WarningsAsErrors /> |
15 | 15 | <WarningsNotAsErrors /> |
16 | | - <NoWarn>$(NoWarn);CS0169;CS0414;CS8618;CS8604;CS8600;CS8602;CS8603;CS4014;CS1998;SYSLIB0051;IDE0009;IDE0044;IDE0005;IDE0161;IDE0130;IDE1006;IDE2001;IDE2000;IDE0055;IDE0040;IDE2003;IDE0007;IDE0011;IDE0004;IDE2002;IDE0059;SA1649;CA1003;CA1063;CA1065;CA1725;CA1727;CA1805;CA1816;CA1823;CA1826;CA1835;CA1836;CA1849;CA1852;CA1854;CA1861;CA1869;CA2012;CA2016;CA2052;CA2254;MA0134;RS0030</NoWarn> |
| 16 | + <NoWarn>$(NoWarn);CS0169;CS0414;CS8618;CS8604;CS8600;CS8602;CS8603;CS4014;CS1998;SYSLIB0051;IDE0009;IDE0031;IDE0044;IDE0005;IDE0161;IDE0130;IDE1006;IDE2001;IDE2000;IDE0055;IDE0040;IDE2003;IDE0007;IDE0011;IDE0004;IDE2002;IDE0059;SA1649;CA1003;CA1063;CA1065;CA1725;CA1727;CA1805;CA1816;CA1823;CA1826;CA1835;CA1836;CA1849;CA1852;CA1854;CA1861;CA1869;CA2012;CA2016;CA2052;CA2254;MA0134;RS0030</NoWarn> |
17 | 17 | </PropertyGroup> |
18 | 18 | <ItemGroup> |
19 | 19 | <Protobuf Include="Protos\greet.proto" GrpcServices="Server" /> |
20 | 20 | </ItemGroup> |
21 | 21 | <ItemGroup> |
22 | 22 | <PackageReference Include="CliWrap" Version="3.8.2" /> |
23 | 23 | <PackageReference Include="JsonExtensions" Version="1.2.0" /> |
24 | | - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.5" /> |
| 24 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0" /> |
25 | 25 | <PackageReference Include="Grpc.AspNetCore" Version="2.67.0" /> |
26 | 26 | <PackageReference Include="Grpc.AspNetCore.Web" Version="2.67.0" /> |
27 | 27 | <PackageReference Include="ID3" Version="0.6.0" /> |
28 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.5"> |
| 28 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0"> |
29 | 29 | <PrivateAssets>all</PrivateAssets> |
30 | 30 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
31 | 31 | </PackageReference> |
32 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5" /> |
| 32 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" /> |
33 | 33 | <PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.8.0" /> |
34 | 34 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.2" /> |
35 | 35 | <PackageReference Include="OpenTelemetry.Api" Version="1.12.0" /> |
|
0 commit comments