We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e4bd3 commit d2f43ebCopy full SHA for d2f43eb
XmlSchemaClassGenerator.Tests/XmlSchemaClassGenerator.Tests.csproj
@@ -40,9 +40,9 @@
40
<PrivateAssets>all</PrivateAssets>
41
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
42
</PackageReference>
43
- <PackageReference Include="xunit" Version="2.7.1" />
44
- <PackageReference Include="xunit.extensibility.core" Version="2.7.1" />
45
- <PackageReference Include="xunit.extensibility.execution" Version="2.7.1" />
+ <PackageReference Include="xunit" Version="2.8.0" />
+ <PackageReference Include="xunit.extensibility.core" Version="2.8.0" />
+ <PackageReference Include="xunit.extensibility.execution" Version="2.8.0" />
46
</ItemGroup>
47
<PropertyGroup>
48
<SonarQubeExclude>true</SonarQubeExclude>
0 commit comments