File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 157157 <!-- Compatibility with VS 17.8/.NET SDK 8.0.1xx -->
158158 <MicrosoftCodeAnalysisVersion >4.8.0</MicrosoftCodeAnalysisVersion >
159159 <MicrosoftCodeAnalysisAnalyzersVersion >3.3.4</MicrosoftCodeAnalysisAnalyzersVersion >
160+
161+ <!--
162+ xUnit version is configured by the Arcade SDK.
163+ https://github.com/dotnet/arcade/blob/f5a7c5d5c56197b09715dece7541ca06beb94eb0/src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/XUnit.targets#L9
164+ -->
165+ <XUnitVersion >2.9.3</XUnitVersion >
160166 </PropertyGroup >
161167</Project >
Original file line number Diff line number Diff line change 66 <PackageVersion Include =" Azure.Identity" Version =" 1.13.2" />
77 <PackageVersion Include =" autofixture" Version =" 4.17.0" />
88 <PackageVersion Include =" BenchmarkDotNet" Version =" 0.13.5" />
9- <PackageVersion Include =" FluentAssertions" Version =" 6.11 .0" />
9+ <PackageVersion Include =" FluentAssertions" Version =" 6.12 .0" />
1010 <PackageVersion Include =" Grpc.AspNetCore" Version =" 2.65.0" />
1111 <PackageVersion Include =" JsonSchema.Net" Version =" 7.2.3" />
1212 <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.2" />
2323 <PackageVersion Include =" StrongNamer" Version =" 0.2.5" />
2424 <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" $(SystemConfigurationConfigurationManagerVersion)" />
2525 <PackageVersion Include =" System.Numerics.Tensors" Version =" $(SystemNumericsTensorsVersion)" />
26- <PackageVersion Include =" Verify.Xunit" Version =" 20.4 .0" />
26+ <PackageVersion Include =" Verify.Xunit" Version =" 28.15 .0" />
2727 <PackageVersion Include =" Xunit.Combinatorial" Version =" 1.6.24" />
28- <PackageVersion Include =" xunit.extensibility.execution" Version =" 2.4.2 " />
28+ <PackageVersion Include =" xunit.extensibility.execution" Version =" $(XUnitVersion) " />
2929 <PackageVersion Include =" Xunit.SkippableFact" Version =" 1.4.13" />
3030 </ItemGroup >
3131
Original file line number Diff line number Diff line change 1818 <ItemGroup >
1919 <PackageReference Include =" Microsoft.TemplateEngine.Authoring.TemplateVerifier" />
2020 <PackageReference Include =" Microsoft.TemplateEngine.TestHelper" />
21- <PackageReference Include =" Verify.Xunit" VersionOverride = " 25.0.2 " />
22- <PackageReference Include =" FluentAssertions" VersionOverride = " 6.12.0 " />
23- <PackageReference Include =" xunit.extensibility.execution" VersionOverride = " 2.9.0 " />
21+ <PackageReference Include =" Verify.Xunit" />
22+ <PackageReference Include =" FluentAssertions" />
23+ <PackageReference Include =" xunit.extensibility.execution" />
2424 </ItemGroup >
2525
2626 <ItemGroup >
You can’t perform that action at this time.
0 commit comments