Skip to content

Commit

Permalink
build(deps): bump Microsoft.NETFramework.ReferenceAssemblies and Scin…
Browse files Browse the repository at this point in the history
…tilla5.NET

Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [Scintilla5.NET](https://github.com/desjarlais/Scintilla.NET). These dependencies needed to be updated together.

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

Updates `Scintilla5.NET` from 5.6.1 to 5.6.6
- [Release notes](https://github.com/desjarlais/Scintilla.NET/releases)
- [Commits](desjarlais/Scintilla.NET@v5.6.1...v5.6.6)

---
updated-dependencies:
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Scintilla5.NET
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 42632d0 commit e7f5568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pseudocodeIde/pseudocodeIde.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="4.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Scintilla5.NET" Version="5.6.1" />
<PackageReference Include="Scintilla5.NET" Version="5.6.6" />
<PackageReference Include="ScintillaNET_FindReplaceDialog" Version="1.5.5" />
<PackageReference Include="System.Buffers" Version="4.6.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
Expand Down

0 comments on commit e7f5568

Please sign in to comment.