Skip to content

Commit e7ded95

Browse files
Update dotnet monorepo to v7.0.12
1 parent 0595190 commit e7ded95

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
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.11" Condition="'$(Azure)' == 'true'" />
56-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.11" />
55+
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="7.0.12" Condition="'$(Azure)' == 'true'" />
56+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.12" />
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.11" Condition="'$(DistributedCacheRedis)' == 'true'" />
58+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.12" 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'" />

Source/ApiTemplate/Tests/ApiTemplate.IntegrationTest/ApiTemplate.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.11" />
22+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12" />
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.1" />

Source/GraphQLTemplate/Source/GraphQLTemplate/GraphQLTemplate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
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.11" Condition="'$(Azure)' == 'true'" />
64-
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.11" Condition="'$(DistributedCacheRedis)' == 'true'" />
63+
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="7.0.12" Condition="'$(Azure)' == 'true'" />
64+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.12" 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'" />

Source/GraphQLTemplate/Tests/GraphQLTemplate.IntegrationTest/GraphQLTemplate.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.11" />
22+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12" />
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.1" />

Tests/Boxed.Templates.FunctionalTest/Boxed.Templates.FunctionalTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.11" />
18+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.12" />
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.1" />

0 commit comments

Comments
 (0)