Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Dec 27, 2022
1 parent ba9b1ed commit 2ad140b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/dotnet-ildasm.Benchmarks/dotnet-ildasm.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Include="Mono.Cecil" Version="0.11.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.3" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\dotnet-ildasm\dotnet-ildasm.csproj" />
Expand Down
11 changes: 7 additions & 4 deletions src/dotnet-ildasm.Tests/dotnet-ildasm.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="NSubstitute" Version="4.4.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\dotnet-ildasm.Sample\dotnet-ildasm.Sample.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet-ildasm/dotnet-ildasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Mono.Cecil" Version="0.11.1" />
<PackageReference Include="System.Reflection.Metadata" Version="1.8.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 2ad140b

Please sign in to comment.