Skip to content

Commit

Permalink
Bump MSTest.TestFramework from 3.2.2 to 3.3.1 in /Source
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.2.2 to 3.3.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.2...v3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 0f53af5 commit c006cbf
Showing 1 changed file with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- Test TFMs that cover all TFMs for both BigDecimal and BigIntegerExtensions -->
<TargetFrameworks>net48;net6.0;net7.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
<RootNamespace>Singulink.Numerics.Tests</RootNamespace>
<NoWarn>1591</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
<None Remove="stylecop.json" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.1"/>
<PackageReference Include="PrefixClassName.MsTest" Version="1.2.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Singulink.Numerics.BigDecimal\Singulink.Numerics.BigDecimal.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- Test TFMs that cover all TFMs for both BigDecimal and BigIntegerExtensions -->
<TargetFrameworks>net48;net6.0;net7.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
<RootNamespace>Singulink.Numerics.Tests</RootNamespace>
<NoWarn>1591</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
<None Remove="stylecop.json" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<PackageReference Include="coverlet.collector" Version="6.0.1"/>
<PackageReference Include="PrefixClassName.MsTest" Version="1.2.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Singulink.Numerics.BigDecimal\Singulink.Numerics.BigDecimal.csproj" />
</ItemGroup>

</Project>

0 comments on commit c006cbf

Please sign in to comment.