Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles committed Dec 12, 2024
1 parent 69ba6ba commit 2a68254
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions _build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<NukeScriptDirectory>..</NukeScriptDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="9.0.1" />
<PackageReference Include="NukePlus" Version="2.0.2" />
<PackageReference Include="Nuke.Common" Version="9.0.3" />
<PackageReference Include="NukePlus" Version="2.0.4" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Backdash\Backdash.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.32.0.97167">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Backdash.Analyzers/Backdash.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
</ItemGroup>
</Project>
7 changes: 1 addition & 6 deletions tests/Backdash.Tests/Backdash.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="FakeItEasy" Version="8.3.0"/>
<PackageReference Include="FakeItEasy.AutoFakeIt" Version="2.0.0"/>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="FsCheck.Xunit" Version="2.16.6"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand All @@ -24,11 +24,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Update="SonarAnalyzer.CSharp" Version="9.32.0.97167">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

</ItemGroup>
<ItemGroup>
<Folder Include="Specs\Integration\"/>
Expand Down
1 change: 0 additions & 1 deletion tests/Backdash.Tests/TestUtils/PropertyTestGenerators.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ from pong in Arb.Generate<uint>()

public static Arbitrary<SyncRequest> SyncRequestGenerator() => Arb.From(
from randRequest in Arb.Generate<uint>()
from remoteEp in Arb.Generate<byte>()
select new SyncRequest
{
RandomRequest = randRequest,
Expand Down

0 comments on commit 2a68254

Please sign in to comment.