Error handling and fixes
This commit is contained in:
		| @@ -8,6 +8,7 @@ | ||||
|  | ||||
|     <ItemGroup> | ||||
|         <PackageReference Include="AutoMapper" Version="13.0.1" /> | ||||
|         <PackageReference Include="Blazor.Bootstrap" Version="3.0.0" /> | ||||
|         <PackageReference Include="FluentValidation" Version="11.9.2" /> | ||||
|         <PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.2" /> | ||||
|         <PackageReference Include="Microsoft.AspNetCore.Components.DataAnnotations.Validation" Version="3.2.0-rc1.20223.4" /> | ||||
| @@ -22,6 +23,8 @@ | ||||
|  | ||||
|     <ItemGroup> | ||||
|       <_ContentIncludedByDefault Remove="wwwroot\sample-data\weather.json" /> | ||||
|       <_ContentIncludedByDefault Remove="wwwroot\css\bootstrap\bootstrap.min.css" /> | ||||
|       <_ContentIncludedByDefault Remove="wwwroot\css\bootstrap\bootstrap.min.css.map" /> | ||||
|     </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user