File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ThinkingHome.Plugins.Waterius Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
],
20
20
21
21
"Serilog" : {
22
+ "MinimumLevel" : {
23
+ "Default" : " Debug"
24
+ },
22
25
"Using" : [
23
26
" Serilog.Sinks.Console" ,
24
27
" Serilog.Sinks.RollingFile"
Original file line number Diff line number Diff line change 45
45
<PackageReference Include =" ThinkingHome.Migrator.Framework" Version =" 3.9.0" />
46
46
<PackageReference Include =" Telegram.Bot" Version =" 22.3.0" />
47
47
</ItemGroup >
48
- <ItemGroup >
49
- <Compile Remove =" MumuGggPlugin.cs" />
50
- </ItemGroup >
51
48
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" ThinkingHome.Migrator.Framework" Version =" 3.8.1 " />
15
+ <PackageReference Include =" ThinkingHome.Migrator.Framework" Version =" 3.9.0 " />
16
16
</ItemGroup >
17
17
18
18
</Project >
You can’t perform that action at this time.
0 commit comments