Skip to content

Commit

Permalink
update coverlet and xunit.v3 version (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk authored Jan 29, 2025
1 parent 7921e10 commit f0e4ab0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="1.0.1" />
<!-- https://dev.azure.com/tonerdo/coverlet/_artifacts/feed/coverlet-nightly/NuGet/coverlet.collector -->
<PackageVersion Include="coverlet.collector" Version="6.0.3" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="MSTest" Version="3.6.2" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.2" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Project>
<PropertyGroup>
<!-- Libs -->
<XUnitV3Version>1.0.0</XUnitV3Version>
<XUnitV3Version>1.0.1</XUnitV3Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "8.0.404"
"version": "8.0.405"
},
"tools": {
"dotnet": "8.0.404"
"dotnet": "8.0.405"
},
"msbuild-sdks": {
"DotNetDev.ArcadeLight.Sdk": "1.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public CheckRequiredDotNetVersionTests()
}

[Theory]
[InlineData("8.0.404", true)]
[InlineData("8.0.405", true)]
[InlineData("8.0.888", true)]
public void CheckRequiredDotNetVersionVerify(string minSdkVersionStr, bool expectedResult)
{
Expand Down

0 comments on commit f0e4ab0

Please sign in to comment.