Skip to content

Commit

Permalink
Bump Metalama.Framework and Metalama.Framework.Redist (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Stich <[email protected]>
  • Loading branch information
dependabot[bot] and niklasstich authored Sep 5, 2024
1 parent d7bf30a commit 9faed64
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Extensions.DependencyInjection" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
<PackageReference Include="Metalama.Extensions.DependencyInjection" Version="2024.2.23" />
<PackageReference Include="Metalama.Framework" Version="2024.2.23" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework" Version="2024.2.23" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Moyou.Diagnostics/Moyou.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework" Version="2024.2.23" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.23" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Moyou.Extensions/Moyou.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework" Version="2024.2.23" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Moyou.Test/Moyou.CompileTimeTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


<ItemGroup>
<PackageReference Include="Metalama.Testing.AspectTesting" Version="2024.2.20" />
<PackageReference Include="Metalama.Testing.AspectTesting" Version="2024.2.23" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
Expand Down

0 comments on commit 9faed64

Please sign in to comment.