Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Jun 15, 2024
1 parent 9f39b45 commit ff299b8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.8-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.8-preview" />
<PackageReference Include="Metalama.Extensions.DependencyInjection" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.8-preview" />
<ProjectReference Include="..\..\Moyou.Diagnostics\Moyou.Diagnostics.csproj" />
<ProjectReference Include="..\..\Moyou.Extensions\Moyou.Extensions.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Moyou.Diagnostics\Moyou.Diagnostics.csproj" />
<ProjectReference Include="..\..\Moyou.Extensions\Moyou.Extensions.csproj" />
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
</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.8-preview" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.8-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.9-preview" />
</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.8-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
</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.8-preview" />
<PackageReference Include="Metalama.Testing.AspectTesting" Version="2024.2.9-preview" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
Expand Down

0 comments on commit ff299b8

Please sign in to comment.