Skip to content

Commit fb37688

Browse files
chore: Bump DotNet.ReproducibleBuilds from 2.0.2 to 2.0.5 (#288)
Updated [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) from 2.0.2 to 2.0.5. <details> <summary>Release notes</summary> _Sourced from [DotNet.ReproducibleBuilds's releases](https://github.com/dotnet/reproducible-builds/releases)._ ## 2.0.5 ## What's Changed * Update versions used in examples to be from latest major by @​Frulfump in dotnet/reproducible-builds#80 * Fix hostfxr resolution for .NET Framework tasks by @​MattKotsenas in dotnet/reproducible-builds#85 * Upgrade MSBuild.ProjectCreation to 18.0.0 by @​MattKotsenas in dotnet/reproducible-builds#84 ## New Contributors * @​Frulfump made their first contribution in dotnet/reproducible-builds#80 **Full Changelog**: dotnet/reproducible-builds@v2.0.2...v2.0.5 Commits viewable in [compare view](dotnet/reproducible-builds@v2.0.2...v2.0.5). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DotNet.ReproducibleBuilds&package-manager=nuget&previous-version=2.0.2&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 742af1a commit fb37688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FluentEmail.Graph/FluentEmail.Graph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ v2.1 Added support for Inline images
4242

4343
<ItemGroup>
4444
<PackageReference Include="Azure.Identity" Version="1.21.0" />
45-
<PackageReference Include="DotNet.ReproducibleBuilds" Version="2.0.2">
45+
<PackageReference Include="DotNet.ReproducibleBuilds" Version="2.0.5">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

0 commit comments

Comments
 (0)