mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Update to .NET Core 3.1 and apply Roslyn suggestions
This commit is contained in:
@@ -10,7 +10,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.Service.Models
|
||||
[PublicAPI]
|
||||
public class WeatherUpdate : WeatherMessage
|
||||
{
|
||||
private Database _database;
|
||||
private readonly Database _database;
|
||||
|
||||
public decimal? WindChill { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user