Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmazzarol committed Sep 17, 2023
2 parents f85a92c + a1898de commit c74e9a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"csharpier": {
"version": "0.24.2",
"version": "0.25.0",
"commands": [
"dotnet-csharpier"
]
Expand Down
6 changes: 3 additions & 3 deletions TypedSpark.NET.Tests/TypedSpark.NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BunsenBurner.Verify.Xunit" Version="6.2.3" />
<PackageReference Include="BunsenBurner.Xunit" Version="6.2.3" />
<PackageReference Include="BunsenBurner.Verify.Xunit" Version="6.2.4" />
<PackageReference Include="BunsenBurner.Xunit" Version="6.2.4" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="SparkTest.NET" Version="1.2.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
Expand Down
4 changes: 2 additions & 2 deletions TypedSpark.NET/TypedSpark.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.61">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.79">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.3.0.71466">
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.6.0.74858">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit c74e9a0

Please sign in to comment.