Skip to content

Commit

Permalink
Merge branch 'main' into feature/messagesink-support-extended
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored Jun 18, 2024
2 parents 9374dd5 + 55542d5 commit a081802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.26.0.92422" Condition=" '$(BuildingInsideVisualStudio)' == 'true' " />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.27.0.93347" Condition=" '$(BuildingInsideVisualStudio)' == 'true' " />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
<PackageVersion Include="Microsoft.Bcl.TimeProvider" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.5.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.6.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="NetEvolve.Arguments" Version="1.2.12" />
<PackageVersion Include="NetEvolve.Logging.Abstractions" Version="1.1.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="Verify.Xunit" Version="25.0.1" />
<PackageVersion Include="Verify.Xunit" Version="25.0.3" />
<PackageVersion Include="xunit" Version="2.8.1" />
<PackageVersion Include="xunit.extensibility.core" Version="2.8.1" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.8.1" />
Expand Down

0 comments on commit a081802

Please sign in to comment.