Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Jan 18, 2024
1 parent 6ed1742 commit f925c8b
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 190 deletions.
8 changes: 4 additions & 4 deletions DryerDuty/DryerDuty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<NoWarn>CS8524</NoWarn>

<Version>0.1.0</Version>
<Copyright2023 Ben Hutchison</Copyright>
<Copyright2024 Ben Hutchison</Copyright>
<Authors>Ben Hutchison</Authors>
<Company>$(Authors)</Company>
<Platforms>AnyCPU;x86;ARM32</Platforms>
Expand All @@ -24,9 +24,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Iot.Device.Bindings" Version="3.0.0" />
<PackageReference Include="PagerDuty" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="Iot.Device.Bindings" Version="3.1.0" />
<PackageReference Include="PagerDuty" Version="1.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit f925c8b

Please sign in to comment.