Skip to content

Commit

Permalink
Update Reqnroll to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Nov 7, 2024
1 parent af11d15 commit 5e87e14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="MSTest" Version="3.6.2" />
<PackageReference Include="Reqnroll.MsTest" Version="2.1.1" />
<PackageReference Include="Reqnroll.MsTest" Version="2.2.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

Expand Down
3 changes: 1 addition & 2 deletions src/AutoTests.Framework/AutoTests.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<Import Project="../Package.props" />

<ItemGroup>
<PackageReference Include="Reqnroll" Version="2.1.1" />
<PackageReference Include="Reqnroll" Version="2.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Bootstrap.Tests/Bootstrap.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="MSTest" Version="3.6.2" />
<PackageReference Include="Reqnroll.MsTest" Version="2.1.1" />
<PackageReference Include="Reqnroll.MsTest" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e87e14

Please sign in to comment.