Skip to content

Commit f326d94

Browse files
[Rollback] Production rollout, 2024-04-24 (dotnet#3506)
1 parent 9cc3ace commit f326d94

53 files changed

Lines changed: 526 additions & 1255 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"microsoft.dnceng.secretmanager": {
6-
"version": "1.1.0-beta.24219.2",
6+
"version": "1.1.0-beta.24204.2",
77
"commands": [
88
"secret-manager"
99
]
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dnceng.configuration.bootstrap": {
18-
"version": "1.1.0-beta.24219.2",
18+
"version": "1.1.0-beta.24204.2",
1919
"commands": [
2020
"bootstrap-dnceng-configuration"
2121
]

Directory.Packages.props

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AspNetAzureVersion>3.1.24</AspNetAzureVersion>
55
<AspNetCoreVersion>6.0.26</AspNetCoreVersion>
66
<MicrosoftExtensionsVersion>6.0.0</MicrosoftExtensionsVersion>
7-
<AspireVersion>8.0.0-preview.5.24201.12</AspireVersion>
7+
<AspireVersion>8.0.0-preview.4.24156.9</AspireVersion>
88
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
99
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
1010
</PropertyGroup>
@@ -13,19 +13,17 @@
1313
newer copy of this package loaded. When updating one, be aware of the other to prevent runtime issues
1414
See: https://github.com/dotnet/arcade/blob/main/eng/Versions.props -->
1515
<PackageVersion Include="Aspire.Hosting" Version="$(AspireVersion)" />
16-
<PackageVersion Include="Aspire.Hosting.AppHost" Version="$(AspireVersion)" />
1716
<PackageVersion Include="Aspire.Hosting.Azure" Version="$(AspireVersion)" />
18-
<PackageVersion Include="Aspire.Hosting.Azure.Storage" Version="$(AspireVersion)" />
1917
<PackageVersion Include="Aspire.Azure.Storage.Queues" Version="$(AspireVersion)" />
20-
<PackageVersion Include="Azure.Core" Version="1.38.0" />
18+
<PackageVersion Include="Azure.Core" Version="1.37.0" />
2119
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.0" />
2220
<PackageVersion Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.2.3" />
2321
<PackageVersion Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.1.0" />
2422
<PackageVersion Include="System.Collections.Immutable" Version="7.0.0" />
2523
<PackageVersion Include="Azure.Identity" Version="1.10.4" />
2624
<PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.0.0" />
2725
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.1.0" />
28-
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
26+
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.4.0" />
2927
<PackageVersion Include="CommandLineParser" Version="2.2.1" />
3028
<PackageVersion Include="CoreHealthMonitor" Version="$(CoreHealthMonitorVersion)" />
3129
<PackageVersion Include="EntityFrameworkCore.Triggers" Version="1.1.1" />
@@ -92,11 +90,11 @@
9290
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
9391
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
9492
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
95-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
93+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
9694
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
9795
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0" />
9896
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0" />
99-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
97+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
10098
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
10199
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
102100
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
@@ -140,4 +138,4 @@
140138
<PackageVersion Include="Verify.NUnit" Version="19.6" />
141139
<PackageVersion Include="YamlDotNet" Version="15.1.0" />
142140
</ItemGroup>
143-
</Project>
141+
</Project>

docs/DevGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The guaranteed way (some steps might be extraneous but assured to work) to succe
3939
- Start the VS in Administrator mode
4040
- Start the `MaestroApplication` project in VS
4141

42-
In case you need to also run PCS locally, make sure you've read the [PCS Readme](../src/ProductConstructionService/Readme.md). Then
42+
In case you need to also run PCS locally,
4343
- either run `dotnet run` in `src/ProductConstructionService/ProductConstructionService.AppHost`,
4444
- or open another instance of VS and F5 the `ProductConstructionService.AppHost` project.
4545

eng/Version.Details.xml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.DotNet.Internal.Logging" Version="1.1.0-beta.24218.1">
4+
<Dependency Name="Microsoft.DotNet.Internal.Logging" Version="1.1.0-beta.24203.3">
55
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
6-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
6+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.AspNetCore.ApiPagination" Version="1.1.0-beta.24218.1">
8+
<Dependency Name="Microsoft.AspNetCore.ApiPagination" Version="1.1.0-beta.24203.3">
99
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
10-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
10+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.AspNetCore.ApiVersioning" Version="1.1.0-beta.24218.1">
12+
<Dependency Name="Microsoft.AspNetCore.ApiVersioning" Version="1.1.0-beta.24203.3">
1313
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
14-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
14+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.AspNetCore.ApiVersioning.Analyzers" Version="1.1.0-beta.24218.1">
16+
<Dependency Name="Microsoft.AspNetCore.ApiVersioning.Analyzers" Version="1.1.0-beta.24203.3">
1717
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
18-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
18+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.AspNetCore.ApiVersioning.Swashbuckle" Version="1.1.0-beta.24218.1">
20+
<Dependency Name="Microsoft.AspNetCore.ApiVersioning.Swashbuckle" Version="1.1.0-beta.24203.3">
2121
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
22-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
22+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.DncEng.CommandLineLib" Version="1.1.0-beta.24218.1">
24+
<Dependency Name="Microsoft.DncEng.CommandLineLib" Version="1.1.0-beta.24203.3">
2525
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
26-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
26+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
2727
</Dependency>
28-
<Dependency Name="Microsoft.DncEng.Configuration.Extensions" Version="1.1.0-beta.24218.1">
28+
<Dependency Name="Microsoft.DncEng.Configuration.Extensions" Version="1.1.0-beta.24203.3">
2929
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
30-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
30+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.DotNet.Authentication.Algorithms" Version="1.1.0-beta.24218.1">
32+
<Dependency Name="Microsoft.DotNet.Authentication.Algorithms" Version="1.1.0-beta.24203.3">
3333
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
34-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
34+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
3535
</Dependency>
36-
<Dependency Name="Microsoft.DotNet.GitHub.Authentication" Version="1.1.0-beta.24218.1">
36+
<Dependency Name="Microsoft.DotNet.GitHub.Authentication" Version="1.1.0-beta.24203.3">
3737
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
38-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
38+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
3939
</Dependency>
40-
<Dependency Name="Microsoft.DotNet.Internal.DependencyInjection.Testing" Version="1.1.0-beta.24218.1">
40+
<Dependency Name="Microsoft.DotNet.Internal.DependencyInjection.Testing" Version="1.1.0-beta.24203.3">
4141
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
42-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
42+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
4343
</Dependency>
44-
<Dependency Name="Microsoft.DotNet.Internal.DependencyInjection" Version="1.1.0-beta.24218.1">
44+
<Dependency Name="Microsoft.DotNet.Internal.DependencyInjection" Version="1.1.0-beta.24203.3">
4545
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
46-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
46+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
4747
</Dependency>
48-
<Dependency Name="Microsoft.DotNet.Internal.Health" Version="1.1.0-beta.24218.1">
48+
<Dependency Name="Microsoft.DotNet.Internal.Health" Version="1.1.0-beta.24203.3">
4949
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
50-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
50+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
5151
</Dependency>
52-
<Dependency Name="Microsoft.DotNet.Internal.Testing.DependencyInjection.Abstractions" Version="1.1.0-beta.24218.1">
52+
<Dependency Name="Microsoft.DotNet.Internal.Testing.DependencyInjection.Abstractions" Version="1.1.0-beta.24203.3">
5353
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
54-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
54+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
5555
</Dependency>
56-
<Dependency Name="Microsoft.DotNet.Internal.Testing.DependencyInjectionCodeGen" Version="1.1.0-beta.24218.1">
56+
<Dependency Name="Microsoft.DotNet.Internal.Testing.DependencyInjectionCodeGen" Version="1.1.0-beta.24203.3">
5757
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
58-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
58+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
5959
</Dependency>
60-
<Dependency Name="Microsoft.DotNet.Internal.Testing.Utility" Version="1.1.0-beta.24218.1">
60+
<Dependency Name="Microsoft.DotNet.Internal.Testing.Utility" Version="1.1.0-beta.24203.3">
6161
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
62-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
62+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
6363
</Dependency>
64-
<Dependency Name="Microsoft.DotNet.Kusto" Version="1.1.0-beta.24218.1">
64+
<Dependency Name="Microsoft.DotNet.Kusto" Version="1.1.0-beta.24203.3">
6565
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
66-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
66+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
6767
</Dependency>
68-
<Dependency Name="Microsoft.DotNet.Metrics" Version="1.1.0-beta.24218.1">
68+
<Dependency Name="Microsoft.DotNet.Metrics" Version="1.1.0-beta.24203.3">
6969
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
70-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
70+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
7171
</Dependency>
72-
<Dependency Name="Microsoft.DotNet.ServiceFabric.ServiceHost" Version="1.1.0-beta.24218.1">
72+
<Dependency Name="Microsoft.DotNet.ServiceFabric.ServiceHost" Version="1.1.0-beta.24203.3">
7373
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
74-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
74+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.DotNet.Services.Utility" Version="1.1.0-beta.24218.1">
76+
<Dependency Name="Microsoft.DotNet.Services.Utility" Version="1.1.0-beta.24203.3">
7777
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
78-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
78+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.DotNet.Web.Authentication" Version="1.1.0-beta.24218.1">
80+
<Dependency Name="Microsoft.DotNet.Web.Authentication" Version="1.1.0-beta.24203.3">
8181
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
82-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
82+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
8383
</Dependency>
84-
<Dependency Name="ServiceFabricMocks" Version="1.1.0-beta.24218.1">
84+
<Dependency Name="ServiceFabricMocks" Version="1.1.0-beta.24203.3">
8585
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
86-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
86+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
8787
</Dependency>
88-
<Dependency Name="CoreHealthMonitor" Version="1.1.0-beta.24218.1">
88+
<Dependency Name="CoreHealthMonitor" Version="1.1.0-beta.24203.3">
8989
<Uri>https://github.com/dotnet/dnceng-shared</Uri>
90-
<Sha>b30b87ee968632384586c954909ab592f9b1aeb2</Sha>
90+
<Sha>58bd862a0402f6f24786e169a247f2e31a7197c2</Sha>
9191
</Dependency>
9292
</ProductDependencies>
9393
<ToolsetDependencies>
@@ -115,13 +115,13 @@
115115
<Uri>https://github.com/dotnet/arcade</Uri>
116116
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.24219.2">
118+
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.24204.2">
119119
<Uri>https://github.com/dotnet/dnceng</Uri>
120-
<Sha>09520c0cd43c8424240299d37e8fc5a977d734df</Sha>
120+
<Sha>5efc6e4819390f091f9c12c7ba4f6746d267f888</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.DncEng.Configuration.Bootstrap" Version="1.1.0-beta.24219.2">
122+
<Dependency Name="Microsoft.DncEng.Configuration.Bootstrap" Version="1.1.0-beta.24204.2">
123123
<Uri>https://github.com/dotnet/dnceng</Uri>
124-
<Sha>09520c0cd43c8424240299d37e8fc5a977d734df</Sha>
124+
<Sha>5efc6e4819390f091f9c12c7ba4f6746d267f888</Sha>
125125
</Dependency>
126126
</ToolsetDependencies>
127127
</Dependencies>

eng/Versions.props

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
<MicrosoftDotNetGitIssueManagerVersion>8.0.0-beta.24204.3</MicrosoftDotNetGitIssueManagerVersion>
1616
<MicrosoftDotNetVersionToolsVersion>8.0.0-beta.24204.3</MicrosoftDotNetVersionToolsVersion>
1717
<MicrosoftNetTestSdkVersion>17.4.1</MicrosoftNetTestSdkVersion>
18-
<MicrosoftDotNetInternalLoggingVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalLoggingVersion>
19-
<MicrosoftAspNetCoreApiPaginationVersion>1.1.0-beta.24218.1</MicrosoftAspNetCoreApiPaginationVersion>
20-
<MicrosoftAspNetCoreApiVersioningVersion>1.1.0-beta.24218.1</MicrosoftAspNetCoreApiVersioningVersion>
21-
<MicrosoftAspNetCoreApiVersioningAnalyzersVersion>1.1.0-beta.24218.1</MicrosoftAspNetCoreApiVersioningAnalyzersVersion>
22-
<MicrosoftAspNetCoreApiVersioningSwashbuckleVersion>1.1.0-beta.24218.1</MicrosoftAspNetCoreApiVersioningSwashbuckleVersion>
23-
<MicrosoftDncEngCommandLineLibVersion>1.1.0-beta.24218.1</MicrosoftDncEngCommandLineLibVersion>
24-
<MicrosoftDncEngConfigurationExtensionsVersion>1.1.0-beta.24218.1</MicrosoftDncEngConfigurationExtensionsVersion>
25-
<MicrosoftDotNetAuthenticationAlgorithmsVersion>1.1.0-beta.24218.1</MicrosoftDotNetAuthenticationAlgorithmsVersion>
26-
<MicrosoftDotNetGitHubAuthenticationVersion>1.1.0-beta.24218.1</MicrosoftDotNetGitHubAuthenticationVersion>
27-
<MicrosoftDotNetInternalDependencyInjectionTestingVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalDependencyInjectionTestingVersion>
28-
<MicrosoftDotNetInternalDependencyInjectionVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalDependencyInjectionVersion>
29-
<MicrosoftDotNetInternalHealthVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalHealthVersion>
30-
<MicrosoftDotNetInternalTestingDependencyInjectionAbstractionsVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalTestingDependencyInjectionAbstractionsVersion>
31-
<MicrosoftDotNetInternalTestingDependencyInjectionCodeGenVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalTestingDependencyInjectionCodeGenVersion>
32-
<MicrosoftDotNetInternalTestingUtilityVersion>1.1.0-beta.24218.1</MicrosoftDotNetInternalTestingUtilityVersion>
33-
<MicrosoftDotNetKustoVersion>1.1.0-beta.24218.1</MicrosoftDotNetKustoVersion>
34-
<MicrosoftDotNetMetricsVersion>1.1.0-beta.24218.1</MicrosoftDotNetMetricsVersion>
35-
<MicrosoftDotNetServiceFabricServiceHostVersion>1.1.0-beta.24218.1</MicrosoftDotNetServiceFabricServiceHostVersion>
36-
<MicrosoftDotNetServicesUtilityVersion>1.1.0-beta.24218.1</MicrosoftDotNetServicesUtilityVersion>
37-
<MicrosoftDotNetWebAuthenticationVersion>1.1.0-beta.24218.1</MicrosoftDotNetWebAuthenticationVersion>
38-
<ServiceFabricMocksVersion>1.1.0-beta.24218.1</ServiceFabricMocksVersion>
39-
<CoreHealthMonitorVersion>1.1.0-beta.24218.1</CoreHealthMonitorVersion>
40-
<MicrosoftDncEngSecretManagerVersion>1.1.0-beta.24219.2</MicrosoftDncEngSecretManagerVersion>
41-
<MicrosoftDncEngConfigurationBootstrapVersion>1.1.0-beta.24219.2</MicrosoftDncEngConfigurationBootstrapVersion>
18+
<MicrosoftDotNetInternalLoggingVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalLoggingVersion>
19+
<MicrosoftAspNetCoreApiPaginationVersion>1.1.0-beta.24203.3</MicrosoftAspNetCoreApiPaginationVersion>
20+
<MicrosoftAspNetCoreApiVersioningVersion>1.1.0-beta.24203.3</MicrosoftAspNetCoreApiVersioningVersion>
21+
<MicrosoftAspNetCoreApiVersioningAnalyzersVersion>1.1.0-beta.24203.3</MicrosoftAspNetCoreApiVersioningAnalyzersVersion>
22+
<MicrosoftAspNetCoreApiVersioningSwashbuckleVersion>1.1.0-beta.24203.3</MicrosoftAspNetCoreApiVersioningSwashbuckleVersion>
23+
<MicrosoftDncEngCommandLineLibVersion>1.1.0-beta.24203.3</MicrosoftDncEngCommandLineLibVersion>
24+
<MicrosoftDncEngConfigurationExtensionsVersion>1.1.0-beta.24203.3</MicrosoftDncEngConfigurationExtensionsVersion>
25+
<MicrosoftDotNetAuthenticationAlgorithmsVersion>1.1.0-beta.24203.3</MicrosoftDotNetAuthenticationAlgorithmsVersion>
26+
<MicrosoftDotNetGitHubAuthenticationVersion>1.1.0-beta.24203.3</MicrosoftDotNetGitHubAuthenticationVersion>
27+
<MicrosoftDotNetInternalDependencyInjectionTestingVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalDependencyInjectionTestingVersion>
28+
<MicrosoftDotNetInternalDependencyInjectionVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalDependencyInjectionVersion>
29+
<MicrosoftDotNetInternalHealthVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalHealthVersion>
30+
<MicrosoftDotNetInternalTestingDependencyInjectionAbstractionsVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalTestingDependencyInjectionAbstractionsVersion>
31+
<MicrosoftDotNetInternalTestingDependencyInjectionCodeGenVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalTestingDependencyInjectionCodeGenVersion>
32+
<MicrosoftDotNetInternalTestingUtilityVersion>1.1.0-beta.24203.3</MicrosoftDotNetInternalTestingUtilityVersion>
33+
<MicrosoftDotNetKustoVersion>1.1.0-beta.24203.3</MicrosoftDotNetKustoVersion>
34+
<MicrosoftDotNetMetricsVersion>1.1.0-beta.24203.3</MicrosoftDotNetMetricsVersion>
35+
<MicrosoftDotNetServiceFabricServiceHostVersion>1.1.0-beta.24203.3</MicrosoftDotNetServiceFabricServiceHostVersion>
36+
<MicrosoftDotNetServicesUtilityVersion>1.1.0-beta.24203.3</MicrosoftDotNetServicesUtilityVersion>
37+
<MicrosoftDotNetWebAuthenticationVersion>1.1.0-beta.24203.3</MicrosoftDotNetWebAuthenticationVersion>
38+
<ServiceFabricMocksVersion>1.1.0-beta.24203.3</ServiceFabricMocksVersion>
39+
<CoreHealthMonitorVersion>1.1.0-beta.24203.3</CoreHealthMonitorVersion>
40+
<MicrosoftDncEngSecretManagerVersion>1.1.0-beta.24204.2</MicrosoftDncEngSecretManagerVersion>
41+
<MicrosoftDncEngConfigurationBootstrapVersion>1.1.0-beta.24204.2</MicrosoftDncEngConfigurationBootstrapVersion>
4242
</PropertyGroup>
4343
<!--Package names-->
4444
<PropertyGroup>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"sdk": {
3-
"version": "8.0.204",
3+
"version": "8.0.200",
44
"rollForward": "minor"
55
},
66
"tools": {
7-
"dotnet": "8.0.204",
7+
"dotnet": "8.0.200",
88
"runtimes": {
99
"dotnet": [
10-
"6.0.29"
10+
"6.0.25"
1111
],
1212
"aspnetcore": [
13-
"6.0.29"
13+
"6.0.25"
1414
]
1515
}
1616
},

0 commit comments

Comments
 (0)