Skip to content

Commit

Permalink
Merge pull request #1507 from slang25/patch-1
Browse files Browse the repository at this point in the history
Added additional tool TFMs
  • Loading branch information
jzabroski committed Aug 26, 2021
2 parents cb674f4 + 5b77f5f commit 550f809
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<ToolCommandName>dotnet-fm</ToolCommandName>
<PackAsTool>true</PackAsTool>
<OutputType>Exe</OutputType>
Expand All @@ -24,4 +24,4 @@
<ItemGroup>
<ProjectReference Include="..\FluentMigrator.Runner\FluentMigrator.Runner.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 550f809

Please sign in to comment.