diff --git a/src/api/WeatherForecast.cs b/src/api/WeatherForecast.cs index 21f189d..cd42fb3 100644 --- a/src/api/WeatherForecast.cs +++ b/src/api/WeatherForecast.cs @@ -9,4 +9,6 @@ public class WeatherForecast public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); public string? Summary { get; set; } + + public double AnotherThing { get; set; } }