Skip to content

Commit 392013c

Browse files
Merge pull request #444 from notion-dotnet/dependabot/nuget/xunit.runner.visualstudio-3.0.2
deps: bump xunit.runner.visualstudio from 2.4.3 to 3.0.2 📦
2 parents acacadf + 966f958 commit 392013c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/Notion.IntegrationTests/Notion.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
1717
<PackageReference Include="xunit" Version="2.4.1" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

Test/Notion.UnitTests/Notion.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.VisualStudio.VsixColorCompiler" Version="16.0.0" />
1313
<PackageReference Include="WireMock.Net" Version="1.4.19" />
1414
<PackageReference Include="xunit" Version="2.4.1" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)