Skip to content

Commit

Permalink
change for CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 18, 2024
1 parent 7d2a07f commit d3afb25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Amusoft.DotnetNew.Tests\Amusoft.DotnetNew.Tests.csproj" />
<ProjectReference Include="..\Shared.TestSdk\Shared.TestSdk.csproj" />
<PackageReference Include="Amusoft.XUnit.NLog.Extensions" Version="2.4.2-alpha61"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Amusoft.DotnetNew.Tests\Amusoft.DotnetNew.Tests.csproj"/>
<ProjectReference Include="..\Shared.TestSdk\Shared.TestSdk.csproj" />
<PackageReference Include="Amusoft.XUnit.NLog.Extensions" Version="2.4.2-alpha61"/>
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tests/Shared.TestSdk/Shared.TestSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amusoft.XUnit.NLog.Extensions" Version="2.4.2-alpha61"/>
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Verify.Xunit" Version="26.1.6" />
Expand Down

0 comments on commit d3afb25

Please sign in to comment.