Loading...
-
-
- An unhandled error has occurred.
-
Reload
-
🗙
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Blazor/wwwroot/sample-data/weather.json b/Blazor/wwwroot/sample-data/weather.json
deleted file mode 100644
index 06463c0..0000000
--- a/Blazor/wwwroot/sample-data/weather.json
+++ /dev/null
@@ -1,27 +0,0 @@
-[
- {
- "date": "2018-05-06",
- "temperatureC": 1,
- "summary": "Freezing"
- },
- {
- "date": "2018-05-07",
- "temperatureC": 14,
- "summary": "Bracing"
- },
- {
- "date": "2018-05-08",
- "temperatureC": -13,
- "summary": "Freezing"
- },
- {
- "date": "2018-05-09",
- "temperatureC": -16,
- "summary": "Balmy"
- },
- {
- "date": "2018-05-10",
- "temperatureC": -2,
- "summary": "Chilly"
- }
-]
diff --git a/Client/.vscode/settings.json b/Client/.vscode/settings.json
index 84167fe..e1d83b6 100644
--- a/Client/.vscode/settings.json
+++ b/Client/.vscode/settings.json
@@ -1,6 +1,7 @@
{
"coverage-gutters.coverageBaseDir": "../.vscode/TestResults/*",
"cSpell.words": [
+ "ASPNETCORE",
"Blazor",
"Serilog",
"Setpoint"
diff --git a/Client/Expose.MyIT.Client.csproj b/Client/Expose.MyIT.Client.csproj
index 0f7214d..3cfec0a 100644
--- a/Client/Expose.MyIT.Client.csproj
+++ b/Client/Expose.MyIT.Client.csproj
@@ -15,6 +15,7 @@