Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
837e457c14 Bump ConfigureAwait.Fody and Fody
Bumps ConfigureAwait.Fody from 3.3.2 to 3.4.0
Bumps Fody from 6.6.4 to 6.9.3

---
updated-dependencies:
- dependency-name: ConfigureAwait.Fody
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Fody
  dependency-version: 6.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-22 16:04:36 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Check Other
id: check_other
uses: andstor/file-existence-action@v3
uses: andstor/file-existence-action@v2
with:
files: .\other\release\aiodns.bin

View File

@@ -43,7 +43,7 @@ jobs:
- name: Check Other
id: check_other
uses: andstor/file-existence-action@v3
uses: andstor/file-existence-action@v2
with:
files: .\other\release\aiodns.bin

View File

@@ -38,10 +38,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2">
<PackageReference Include="ConfigureAwait.Fody" Version="3.4.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Fody" Version="6.6.4">
<PackageReference Include="Fody" Version="6.9.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>