Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Add NetCoreApp3.1 to FluentValidTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Bahrami committed Mar 12, 2020
1 parent 24ac114 commit 4048bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.0;net452</TargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit 4048bf4

Please sign in to comment.