|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net8.0</TargetFramework> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable>
|
6 | 6 | <ImplicitUsings>enable</ImplicitUsings>
|
7 | 7 | <InvariantGlobalization>true</InvariantGlobalization>
|
8 | 8 | <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
9 | 9 | <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
10 | 10 | <NeutralLanguage>en-US</NeutralLanguage>
|
| 11 | + <LangVersion>default</LangVersion> |
11 | 12 | </PropertyGroup>
|
12 | 13 |
|
13 | 14 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
24 | 25 | <PackageReference Include="Google.Apis.Oauth2.v2" Version="1.68.0.1869"/>
|
25 | 26 | <PackageReference Include="log4net" Version="2.0.17" />
|
26 | 27 | <PackageReference Include="log4net.Ext.Json" Version="2.0.10.1" />
|
27 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11"> |
| 28 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1"> |
28 | 29 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
29 | 30 | <PrivateAssets>all</PrivateAssets>
|
30 | 31 | </PackageReference>
|
31 | 32 | <PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0"/>
|
32 |
| - <PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.8"/> |
| 33 | + <PackageReference Include="MySql.EntityFrameworkCore" Version="9.0.0" /> |
33 | 34 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
34 | 35 | <PackageReference Include="SSH.NET" Version="2024.2.0" />
|
35 |
| - <PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" /> |
36 |
| - <PackageReference Include="System.Text.Json" Version="8.0.5" /> |
| 36 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" /> |
| 37 | + <PackageReference Include="System.Text.Json" Version="9.0.1" /> |
37 | 38 | <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
38 | 39 | <PackageReference Include="TwitchLib.Api" Version="3.9.0"/>
|
39 | 40 | </ItemGroup>
|
|
0 commit comments