Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/MSTest.TestAdapter-3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs authored Mar 19, 2024
2 parents 6ac83ae + 33ab6a8 commit 31f1e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StreamRegex.Automata/StreamRegex.Automata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion StreamRegex.Tests/StreamRegex.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
</ItemGroup>

Expand Down

0 comments on commit 31f1e95

Please sign in to comment.