Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/React-CSharp/WeatherForecast.cs')
-rw-r--r--src/content/React-CSharp/WeatherForecast.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/React-CSharp/WeatherForecast.cs b/src/content/React-CSharp/WeatherForecast.cs
index 79d043e..f185c90 100644
--- a/src/content/React-CSharp/WeatherForecast.cs
+++ b/src/content/React-CSharp/WeatherForecast.cs
@@ -2,7 +2,7 @@ namespace Company.WebApplication1;
public class WeatherForecast
{
- public DateTime Date { get; set; }
+ public DateOnly Date { get; set; }
public int TemperatureC { get; set; }