update nuget package and adapt dockerfile to .net 6 (#639)

This commit is contained in:
Cédric Michel
2021-12-01 18:53:35 +01:00
committed by GitHub
parent 6f5a6c0860
commit 13fed892ee
6 changed files with 23 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="BlazorInputFile" Version="0.2.0" />
<PackageReference Include="FluentValidation" Version="10.3.4" />
<PackageReference Include="FluentValidation" Version="10.3.5" />
</ItemGroup>
</Project>