File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
Tests/ApiTemplate.IntegrationTest
Tests/GraphQLTemplate.IntegrationTest
Tests/Boxed.Templates.FunctionalTest Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5252 <PackageReference Include =" FluentValidation.AspNetCore" Version =" 11.3.0" />
5353 <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" Condition =" '$(ApplicationInsights)' == 'true'" />
5454 <PackageReference Include =" Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version =" 2.2.0" Condition =" '$(ApplicationInsights)' == 'true'" />
55- <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 7.0.10 " Condition =" '$(Azure)' == 'true'" />
56- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 7.0.10 " />
55+ <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 7.0.11 " Condition =" '$(Azure)' == 'true'" />
56+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 7.0.11 " />
5757 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version =" 5.1.0" Condition =" '$(Versioning)' == 'true'" />
58- <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 7.0.10 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
58+ <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 7.0.11 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
5959 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.5" Condition =" '$(Docker)' == 'true'" />
6060 <PackageReference Include =" OpenTelemetry.Exporter.Console" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
6161 <PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
Original file line number Diff line number Diff line change 1919 </PackageReference >
2020 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.9" />
2121 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
22- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.10 " />
22+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.11 " />
2323 <PackageReference Include =" Moq" Version =" 4.20.69" />
2424 <PackageReference Include =" Serilog.Sinks.XUnit" Version =" 3.0.5" Condition =" '$(Serilog)' == 'true'" />
2525 <PackageReference Include =" xunit" Version =" 2.5.0" />
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMajor" ,
5- "version" : " 7.0.400 "
5+ "version" : " 7.0.401 "
66 }
77}
Original file line number Diff line number Diff line change 6060 <PackageReference Include =" HotChocolate.Types.Scalars" Version =" 13.5.1" />
6161 <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" Condition =" '$(ApplicationInsights)' == 'true'" />
6262 <PackageReference Include =" Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version =" 2.2.0" Condition =" '$(ApplicationInsights)' == 'true'" />
63- <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 7.0.10 " Condition =" '$(Azure)' == 'true'" />
64- <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 7.0.10 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
63+ <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 7.0.11 " Condition =" '$(Azure)' == 'true'" />
64+ <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 7.0.11 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
6565 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.5" Condition =" '$(Docker)' == 'true'" />
6666 <PackageReference Include =" OpenTelemetry.Exporter.Console" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
6767 <PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
Original file line number Diff line number Diff line change 1919 </PackageReference >
2020 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.9" />
2121 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
22- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.10 " />
22+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.11 " />
2323 <PackageReference Include =" Moq" Version =" 4.20.69" />
2424 <PackageReference Include =" Serilog.Sinks.XUnit" Version =" 3.0.5" Condition =" '$(Serilog)' == 'true'" />
2525 <PackageReference Include =" xunit" Version =" 2.5.0" />
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMajor" ,
5- "version" : " 7.0.400 "
5+ "version" : " 7.0.401 "
66 }
77}
Original file line number Diff line number Diff line change 77 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
88 </PackageReference >
99 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
10- <PackageReference Include =" Moq" Version =" 4.18.4 " />
10+ <PackageReference Include =" Moq" Version =" 4.20.69 " />
1111 <PackageReference Include =" xunit" Version =" 2.5.0" />
1212 <PackageReference Include =" xunit.runner.visualstudio" PrivateAssets =" all" Version =" 2.5.0" >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMajor" ,
5- "version" : " 7.0.400 "
5+ "version" : " 7.0.401 "
66 }
77}
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMajor" ,
5- "version" : " 7.0.400 "
5+ "version" : " 7.0.401 "
66 }
77}
Original file line number Diff line number Diff line change 1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
1717 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.9" />
18- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 7.0.10 " />
18+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 7.0.11 " />
1919 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
2020 <PackageReference Include =" Moq" Version =" 4.20.69" />
2121 <PackageReference Include =" xunit" Version =" 2.5.0" />
You can’t perform that action at this time.
0 commit comments