Skip to content

Commit 72bca03

Browse files
committed
обновил dotnet в проекте waterius до 9
1 parent d9148e0 commit 72bca03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ThinkingHome.Console/appsettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
],
2020

2121
"Serilog": {
22+
"MinimumLevel": {
23+
"Default": "Debug"
24+
},
2225
"Using": [
2326
"Serilog.Sinks.Console",
2427
"Serilog.Sinks.RollingFile"

ThinkingHome.Plugins.Tmp/ThinkingHome.Plugins.Tmp.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,4 @@
4545
<PackageReference Include="ThinkingHome.Migrator.Framework" Version="3.9.0"/>
4646
<PackageReference Include="Telegram.Bot" Version="22.3.0"/>
4747
</ItemGroup>
48-
<ItemGroup>
49-
<Compile Remove="MumuGggPlugin.cs" />
50-
</ItemGroup>
5148
</Project>

ThinkingHome.Plugins.Waterius/ThinkingHome.Plugins.Waterius.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="ThinkingHome.Migrator.Framework" Version="3.8.1" />
15+
<PackageReference Include="ThinkingHome.Migrator.Framework" Version="3.9.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)