Skip to content

Commit

Permalink
fix the one missed net461
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi committed Aug 11, 2022
1 parent a64b51e commit 77d8ad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_VerifyGeneratorPluginFramework Condition=" '$(MSBuildRuntimeType)' == 'Core'">netcoreapp2.1</_VerifyGeneratorPluginFramework>
<_VerifyGeneratorPluginFramework Condition=" '$(MSBuildRuntimeType)' != 'Core'">net461</_VerifyGeneratorPluginFramework>
<_VerifyGeneratorPluginFramework Condition=" '$(MSBuildRuntimeType)' != 'Core'">net462</_VerifyGeneratorPluginFramework>

<_VerifyGeneratorPluginPath>$(MSBuildThisFileDirectory)$(_VerifyGeneratorPluginFramework)\SpecFlow.Verify.SpecFlowPlugin.dll</_VerifyGeneratorPluginPath>

Expand Down

0 comments on commit 77d8ad7

Please sign in to comment.