Skip to content

Commit f9ce579

Browse files
authored
Merge pull request #279 from sunnamed434/dependabot/nuget/src/BitMono.CLI/main/multi-857872455d
2 parents b840518 + 3176235 commit f9ce579

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/BitMono.CLI/BitMono.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="CommandLineParser" Version="2.9.1"/>
23-
<PackageReference Include="Costura.Fody" Version="6.0.0">
23+
<PackageReference Include="Costura.Fody" Version="6.2.0">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

src/BitMono.GlobalTool/BitMono.GlobalTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup>
4444
<PackageReference Include="CommandLineParser" Version="2.9.1"/>
45-
<PackageReference Include="Costura.Fody" Version="6.0.0">
45+
<PackageReference Include="Costura.Fody" Version="6.2.0">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

test/TestBinaries/DotNet/BitMono.Obfuscation.TestCases.CosturaDecompressor/BitMono.Obfuscation.TestCases.CosturaDecompressor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Import Project="$(MSBuildThisFileDirectory)..\..\..\..\props\SharedPackages.props" />
99

1010
<ItemGroup>
11-
<PackageReference Include="Costura.Fody" Version="6.0.0">
11+
<PackageReference Include="Costura.Fody" Version="6.2.0">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>

0 commit comments

Comments
 (0)