Skip to content

Commit

Permalink
Merge pull request #39 from VPKSoft/dependabot/nuget/Scintilla.NET-5.…
Browse files Browse the repository at this point in the history
…3.1.3

Bump Scintilla.NET from 5.3.1.2 to 5.3.1.3
  • Loading branch information
Petteri Kautonen authored Nov 1, 2022
2 parents d13afdf + 8c23ce5 commit d481011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScintillaDiff.NET/ScintillaDiff.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="Scintilla.NET">
<Version>5.3.1.2</Version>
<Version>5.3.1.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0-windows'">
<PackageReference Include="Scintilla.NET">
<Version>5.3.1.2</Version>
<Version>5.3.1.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6-windows'">
<PackageReference Include="Scintilla.NET">
<Version>5.3.1.2</Version>
<Version>5.3.1.3</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit d481011

Please sign in to comment.