File tree Expand file tree Collapse file tree 6 files changed +7
-31
lines changed
NuttyTree.NetDaemon.Application
NuttyTree.NetDaemon.ExternalServices
NuttyTree.NetDaemon.Infrastructure Expand file tree Collapse file tree 6 files changed +7
-31
lines changed Original file line number Diff line number Diff line change 36
36
<PrivateAssets >all</PrivateAssets >
37
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
38
</PackageReference >
39
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.10.48 " >
39
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.11.20 " >
40
40
<PrivateAssets >all</PrivateAssets >
41
41
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42
42
</PackageReference >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS builder
1
+ FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS builder
2
2
3
3
ARG HOMEASSISTANT__HOST
4
4
ARG HOMEASSISTANT__PORT
Original file line number Diff line number Diff line change 32
32
<Protobuf Include =" ElectronicsTime\gRPC\electronics_time.proto" GrpcServices =" Server" />
33
33
</ItemGroup >
34
34
35
- <ItemGroup >
36
- <PackageReference Update =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.10.48" >
37
- <PrivateAssets >all</PrivateAssets >
38
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
39
- </PackageReference >
40
- </ItemGroup >
41
-
42
35
</Project >
Original file line number Diff line number Diff line change 15
15
<ProjectReference Include =" ..\NuttyTree.NetDaemon.Infrastructure\NuttyTree.NetDaemon.Infrastructure.csproj" />
16
16
</ItemGroup >
17
17
18
- <ItemGroup >
19
- <PackageReference Update =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.10.48" >
20
- <PrivateAssets >all</PrivateAssets >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- </PackageReference >
23
- </ItemGroup >
24
-
25
18
</Project >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.7 " />
10
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.8 " />
11
11
<PackageReference Include =" NetDaemon.HassModel" Version =" 24.28.1" />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.7 " >
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.8 " >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.7 " />
16
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.8 " />
17
17
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
18
- <PackageReference Include =" Microsoft.Extensions.Http.Polly" Version =" 8.0.7 " />
18
+ <PackageReference Include =" Microsoft.Extensions.Http.Polly" Version =" 8.0.8 " />
19
19
<PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.2" />
20
20
<PackageReference Include =" Serilog.Sinks.Async" Version =" 2.0.0" />
21
21
<PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
22
22
</ItemGroup >
23
23
24
- <ItemGroup >
25
- <PackageReference Update =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.10.48" >
26
- <PrivateAssets >all</PrivateAssets >
27
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
- </PackageReference >
29
- </ItemGroup >
30
-
31
24
<Target Name =" PreBuild" BeforeTargets =" PrepareForBuild" >
32
25
<Exec Command =" dotnet tool update -g NetDaemon.HassModel.CodeGen" />
33
26
<Exec Command =" nd-codegen -o ../NuttyTree.NetDaemon.Infrastructure/HomeAssistant/EntitiesAndServices.cs -ns NuttyTree.NetDaemon.Infrastructure.HomeAssistant" WorkingDirectory =" ..\NuttyTree.NetDaemon" />
Original file line number Diff line number Diff line change 28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
31
- <PackageReference Update =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.10.48" >
32
- <PrivateAssets >all</PrivateAssets >
33
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
34
- </PackageReference >
31
+ <Folder Include =" NetDaemonCodegen\" />
35
32
</ItemGroup >
36
33
37
34
</Project >
You can’t perform that action at this time.
0 commit comments