Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/MSTest.TestAdapter-3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Jun 16, 2024
2 parents 1a3ce5f + 59f1f4f commit d52dc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Noted/Noted.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="VersOne.Epub" Version="3.3.1" />
<PackageReference Include="VersOne.Epub" Version="3.3.2" />

<!-- Workaround for publish because of JTForks.MiscUtil -->
<PackageReference Include="Microsoft.Win32.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/Noted.Tests/Noted.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down

0 comments on commit d52dc7d

Please sign in to comment.