Skip to content

Commit

Permalink
Bump MSTest from 3.4.3 to 3.5.0 in /src
Browse files Browse the repository at this point in the history
Bumps [MSTest](https://github.com/microsoft/testfx) from 3.4.3 to 3.5.0.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.4.3...v3.5.0)

---
updated-dependencies:
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 5403a27 commit 85454a8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
38 changes: 19 additions & 19 deletions src/AutoTests.Framework.Tests/AutoTests.Framework.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../AutoTests.Framework.props" />

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.4.3" />
<PackageReference Include="Reqnroll.MsTest" Version="2.0.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AutoTests.Framework.Components\AutoTests.Framework.Components.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../AutoTests.Framework.props" />

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.5.0" />
<PackageReference Include="Reqnroll.MsTest" Version="2.0.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AutoTests.Framework.Components\AutoTests.Framework.Components.csproj" />
</ItemGroup>

</Project>
36 changes: 18 additions & 18 deletions src/Bootstrap.Tests/Bootstrap.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../AutoTests.Framework.props" />

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.4.3" />
<PackageReference Include="Reqnroll.MsTest" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AutoTests.Framework.Playwright\AutoTests.Framework.Playwright.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../AutoTests.Framework.props" />

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest" Version="3.5.0" />
<PackageReference Include="Reqnroll.MsTest" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AutoTests.Framework.Playwright\AutoTests.Framework.Playwright.csproj" />
</ItemGroup>

</Project>

0 comments on commit 85454a8

Please sign in to comment.