Skip to content

Commit

Permalink
Bump NUnit to 4.2.1
Browse files Browse the repository at this point in the history
Bump NUnit3TestAdapters to 4.6.0
Bump NUnit.Analyzers to 4.3.0
Bump Metalama.Testing.AspectTesting to 2024.2.20
Bump Metalama.Framework to 2024.2.20
Bump Metalama.Framework.Redist to 2024.2.20
Bump Metalama.Extensions.DependencyInjection to 2024.2.20
  • Loading branch information
niklasstich committed Aug 26, 2024
1 parent bf93394 commit 6bf5eaa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.19" />
<PackageReference Include="Metalama.Framework" Version="2024.2.19" />
<PackageReference Include="Metalama.Extensions.DependencyInjection" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
</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.19" />
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
</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.19" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.19" />
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.20" />
</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.19" />
<PackageReference Include="Metalama.Framework" Version="2024.2.20" />
</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.19" />
<PackageReference Include="Metalama.Testing.AspectTesting" Version="2024.2.20" />
<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
6 changes: 3 additions & 3 deletions Moyou.UnitTest/Moyou.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 6bf5eaa

Please sign in to comment.