Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Bump FluentValidation from 8.0.100 to 9.1.3 #59

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Spesometro/Spesometro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="FatturaElettronica.Core" Version="0.4.0" />
<PackageReference Include="FluentValidation" Version="8.0.100" />
<PackageReference Include="FluentValidation" Version="9.1.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FatturaElettronica.Core" version="0.1.0" targetFramework="net45" />
<package id="FluentValidation" version="8.0.100" targetFramework="net461" />
<package id="FluentValidation" version="9.1.3" targetFramework="net461" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net45" />
<package id="MSTest.TestAdapter" version="1.1.18" targetFramework="net45" />
<package id="MSTest.TestFramework" version="1.1.18" targetFramework="net45" />
Expand Down