Skip to content

Commit

Permalink
Bump Microsoft.CSharp, Scriban and System.Threading.Tasks.Extensions
Browse files Browse the repository at this point in the history
Bumps Microsoft.CSharp, [Scriban](https://github.com/scriban/scriban) and System.Threading.Tasks.Extensions. These dependencies needed to be updated together.

Updates `Microsoft.CSharp` from 4.7.0 to 4.5.0

Updates `Scriban` from 5.10.0 to 5.12.0
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@5.10.0...5.12.0)

Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.0

---
updated-dependencies:
- dependency-name: Microsoft.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Scriban
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Threading.Tasks.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent ef45ed1 commit 9aac47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tsu.Trees.RedGreen/src/Tsu.Trees.RedGreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Scriban" Version="5.10.0" IncludeAssets="Build" />
<PackageReference Include="Scriban" Version="5.12.0" IncludeAssets="Build" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

Expand Down

0 comments on commit 9aac47a

Please sign in to comment.