File tree Expand file tree Collapse file tree 4 files changed +56
-7
lines changed
src/Aspire.ProjectTemplates
aspire-starter/9.1/Aspire-StarterApplication.1.Tests Expand file tree Collapse file tree 4 files changed +56
-7
lines changed Original file line number Diff line number Diff line change 36
36
<MicrosoftNETRuntimeWorkloadTestingInternalVersion >9.0.1-servicing.24603.14</MicrosoftNETRuntimeWorkloadTestingInternalVersion >
37
37
<!-- dotnet/extensions -->
38
38
<MicrosoftExtensionsAIVersion >9.1.0-preview.1.25064.3</MicrosoftExtensionsAIVersion >
39
+
40
+ <!-- when updating this, also update cgmanifest.json as it is consumed in templates -->
39
41
<MicrosoftExtensionsHttpResilienceVersion >9.1.0</MicrosoftExtensionsHttpResilienceVersion >
42
+
40
43
<MicrosoftExtensionsDiagnosticsTestingVersion >9.1.0</MicrosoftExtensionsDiagnosticsTestingVersion >
41
44
<MicrosoftExtensionsTimeProviderTestingVersion >9.1.0</MicrosoftExtensionsTimeProviderTestingVersion >
45
+
42
46
<!-- for templates -->
43
47
<MicrosoftAspNetCorePackageVersionForNet9 >9.0.1</MicrosoftAspNetCorePackageVersionForNet9 >
44
48
</PropertyGroup >
Original file line number Diff line number Diff line change 52
52
"type" : " nuget" ,
53
53
"nuget" : {
54
54
"name" : " Microsoft.Extensions.Http.Resilience" ,
55
- "version" : " 8.9.1"
55
+ "version" : " 8.2.2"
56
+ }
57
+ }
58
+ },
59
+ {
60
+ "component" : {
61
+ "type" : " nuget" ,
62
+ "nuget" : {
63
+ "name" : " Microsoft.Extensions.Http.Resilience" ,
64
+ "version" : " 9.1.0"
56
65
}
57
66
}
58
67
},
70
79
"type" : " nuget" ,
71
80
"nuget" : {
72
81
"name" : " MSTest" ,
73
- "version" : " 3.5.2"
82
+ "version" : " 3.4.3"
83
+ }
84
+ }
85
+ },
86
+ {
87
+ "component" : {
88
+ "type" : " nuget" ,
89
+ "nuget" : {
90
+ "name" : " MSTest" ,
91
+ "version" : " 3.6.1"
92
+ }
93
+ }
94
+ },
95
+ {
96
+ "component" : {
97
+ "type" : " nuget" ,
98
+ "nuget" : {
99
+ "name" : " MSTest" ,
100
+ "version" : " 3.6.4"
74
101
}
75
102
}
76
103
},
88
115
"type" : " nuget" ,
89
116
"nuget" : {
90
117
"name" : " NUnit" ,
91
- "version" : " 4.2.1"
118
+ "version" : " 4.1.0"
119
+ }
120
+ }
121
+ },
122
+ {
123
+ "component" : {
124
+ "type" : " nuget" ,
125
+ "nuget" : {
126
+ "name" : " NUnit" ,
127
+ "version" : " 4.2.2"
92
128
}
93
129
}
94
130
},
119
155
}
120
156
}
121
157
},
158
+ {
159
+ "component" : {
160
+ "type" : " nuget" ,
161
+ "nuget" : {
162
+ "name" : " xunit" ,
163
+ "version" : " 2.9.2"
164
+ }
165
+ }
166
+ },
122
167
{
123
168
"component" : {
124
169
"type" : " nuget" ,
Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" Aspire.Hosting.Testing" Version =" !!REPLACE_WITH_LATEST_VERSION!!" />
15
- <PackageReference Include =" MSTest" Version =" 3.6.1 " />
15
+ <PackageReference Include =" MSTest" Version =" 3.6.4 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Aspire.Hosting.Testing" Version =" !!REPLACE_WITH_LATEST_VERSION!!" />
18
18
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" Condition =" $(TestFramework) == 'xUnit.net' " />
19
19
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" Condition =" $(TestFramework) != 'MSTest' " />
20
- <PackageReference Include =" MSTest" Version =" 3.4.3 " Condition =" $(TestFramework) == 'MSTest' " />
21
- <PackageReference Include =" NUnit" Version =" 4.1.0 " Condition =" $(TestFramework) == 'NUnit' " />
20
+ <PackageReference Include =" MSTest" Version =" 3.6.4 " Condition =" $(TestFramework) == 'MSTest' " />
21
+ <PackageReference Include =" NUnit" Version =" 4.2.2 " Condition =" $(TestFramework) == 'NUnit' " />
22
22
<PackageReference Include =" NUnit.Analyzers" Version =" 4.2.0" Condition =" $(TestFramework) == 'NUnit' " />
23
23
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" Condition =" $(TestFramework) == 'NUnit' " />
24
- <PackageReference Include =" xunit" Version =" 2.9.0 " Condition =" $(TestFramework) == 'xUnit.net' " />
24
+ <PackageReference Include =" xunit" Version =" 2.9.2 " Condition =" $(TestFramework) == 'xUnit.net' " />
25
25
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" Condition =" $(TestFramework) == 'xUnit.net' " />
26
26
</ItemGroup >
27
27
You can’t perform that action at this time.
0 commit comments