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.1
- [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.1)

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 Dec 18, 2024
1 parent 5b297b1 commit bfd376d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="8.0.5" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Scriban" Version="5.10.0" IncludeAssets="Build" />
<PackageReference Include="Scriban" Version="5.12.1" IncludeAssets="Build" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit bfd376d

Please sign in to comment.