Skip to content

Commit 0362a72

Browse files
CopilotYoussef1313
andauthored
Update xunit templates from 2.9.2 to 2.9.3 and xunit.runner.visualstudio to 3.1.3 (#50105)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Youssef1313 <[email protected]>
1 parent 348357b commit 0362a72

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/Company.TestProject1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ItemGroup>
1414
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
16-
<PackageReference Include="xunit" Version="2.9.2" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
16+
<PackageReference Include="xunit" Version="2.9.3" />
17+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/Company.TestProject1.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<ItemGroup>
1818
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
20-
<PackageReference Include="xunit" Version="2.9.2" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
20+
<PackageReference Include="xunit" Version="2.9.3" />
21+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" />
2222
</ItemGroup>
2323

2424
</Project>

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ItemGroup>
1212
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
14-
<PackageReference Include="xunit" Version="2.9.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
14+
<PackageReference Include="xunit" Version="2.9.3" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)