Skip to content

Commit

Permalink
fix: Copy targets files to .Net 4.6.2 instead of 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrodger committed Feb 15, 2024
1 parent 65bd4d1 commit 4c46fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PactNet/PactNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@

<ItemGroup>
<Content Include="$(MSBuildProjectDirectory)\..\..\build\PactNet.targets">
<PackagePath>build/net461/</PackagePath>
<PackagePath>build/net462/</PackagePath>
<Pack>true</Pack>
<Visible>false</Visible>
</Content>
<Content Include="$(MSBuildProjectDirectory)\..\..\build\PactNet.targets">
<PackagePath>buildTransitive/net461/</PackagePath>
<PackagePath>buildTransitive/net462/</PackagePath>
<Pack>true</Pack>
<Visible>false</Visible>
</Content>
Expand Down

0 comments on commit 4c46fb3

Please sign in to comment.