Skip to content

Commit 95e73a5

Browse files
author
Jonathan Dick
committed
Merge branch 'main' into pr/2360
2 parents 49017ab + 678a5d5 commit 95e73a5

File tree

66 files changed

+669
-135
lines changed

Some content is hidden

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

66 files changed

+669
-135
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "1.0.0",
6+
"version": "1.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

.nuspec/Microsoft.Maui.Resizetizer.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<ProcessMauiFontsBeforeTargets>
126126
$(ProcessMauiFontsBeforeTargets);
127127
_BeforeCoreCompileImageAssets;
128+
_CompileAppManifest;
128129
</ProcessMauiFontsBeforeTargets>
129130
</PropertyGroup>
130131

eng/Environment.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup>
31-
<LangVersion>latest</LangVersion>
31+
<LangVersion>preview</LangVersion>
3232
</PropertyGroup>
3333

3434
<!-- This is used by the libraries -->

eng/Version.Details.xml

Lines changed: 108 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
<Uri>https://github.com/xamarin/xamarin-android</Uri>
1313
<Sha>846086707c53bb710008b8245c011e4273e5284c</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="15.0.100-rc.1.1531">
15+
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="15.0.100-rc.2.631">
1616
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
17-
<Sha>a0ad498842dc6288b14814a7ab9a6cac3763ea8c</Sha>
17+
<Sha>f9c058988d3c23cdac283cc6bcedd00afafd8514</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.iOS.Sdk" Version="15.0.100-rc.1.1531">
19+
<Dependency Name="Microsoft.iOS.Sdk" Version="15.0.100-rc.2.631">
2020
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
21-
<Sha>a0ad498842dc6288b14814a7ab9a6cac3763ea8c</Sha>
21+
<Sha>f9c058988d3c23cdac283cc6bcedd00afafd8514</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.tvOS.Sdk" Version="15.0.100-rc.1.1531">
23+
<Dependency Name="Microsoft.tvOS.Sdk" Version="15.0.100-rc.2.631">
2424
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
25-
<Sha>a0ad498842dc6288b14814a7ab9a6cac3763ea8c</Sha>
25+
<Sha>f9c058988d3c23cdac283cc6bcedd00afafd8514</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.macOS.Sdk" Version="12.0.100-rc.1.1531">
27+
<Dependency Name="Microsoft.macOS.Sdk" Version="12.0.100-rc.2.631">
2828
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
29-
<Sha>a0ad498842dc6288b14814a7ab9a6cac3763ea8c</Sha>
29+
<Sha>f9c058988d3c23cdac283cc6bcedd00afafd8514</Sha>
3030
</Dependency>
3131
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
3232
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -56,6 +56,10 @@
5656
<Uri>https://github.com/dotnet/runtime</Uri>
5757
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
5858
</Dependency>
59+
<Dependency Name="Microsoft.Extensions.Configuration.Binder" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
60+
<Uri>https://github.com/dotnet/runtime</Uri>
61+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
62+
</Dependency>
5963
<Dependency Name="Microsoft.Extensions.Configuration" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
6064
<Uri>https://github.com/dotnet/runtime</Uri>
6165
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
@@ -76,14 +80,82 @@
7680
<Uri>https://github.com/dotnet/runtime</Uri>
7781
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
7882
</Dependency>
83+
<Dependency Name="Microsoft.Extensions.Configuration.CommandLine" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
84+
<Uri>https://github.com/dotnet/runtime</Uri>
85+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
86+
</Dependency>
87+
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
88+
<Uri>https://github.com/dotnet/runtime</Uri>
89+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
90+
</Dependency>
91+
<Dependency Name="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
92+
<Uri>https://github.com/dotnet/runtime</Uri>
93+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
94+
</Dependency>
95+
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
96+
<Uri>https://github.com/dotnet/runtime</Uri>
97+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
98+
</Dependency>
99+
<Dependency Name="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
100+
<Uri>https://github.com/dotnet/runtime</Uri>
101+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
102+
</Dependency>
79103
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
80104
<Uri>https://github.com/dotnet/runtime</Uri>
81105
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
82106
</Dependency>
107+
<Dependency Name="Microsoft.Extensions.FileProviders.Composite" Version="6.0.0-rc.2.21420.12" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
108+
<Uri>https://github.com/dotnet/runtime</Uri>
109+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
110+
</Dependency>
111+
<Dependency Name="Microsoft.Extensions.FileProviders.Embedded" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
112+
<Uri>https://github.com/dotnet/runtime</Uri>
113+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
114+
</Dependency>
115+
<Dependency Name="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
116+
<Uri>https://github.com/dotnet/runtime</Uri>
117+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
118+
</Dependency>
119+
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
120+
<Uri>https://github.com/dotnet/runtime</Uri>
121+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
122+
</Dependency>
123+
<Dependency Name="Microsoft.Extensions.Logging.Configuration" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
124+
<Uri>https://github.com/dotnet/runtime</Uri>
125+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
126+
</Dependency>
127+
<Dependency Name="Microsoft.Extensions.Logging.EventLog" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
128+
<Uri>https://github.com/dotnet/runtime</Uri>
129+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
130+
</Dependency>
131+
<Dependency Name="Microsoft.Extensions.Logging.EventSource" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
132+
<Uri>https://github.com/dotnet/runtime</Uri>
133+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
134+
</Dependency>
135+
<Dependency Name="Microsoft.Extensions.Options" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
136+
<Uri>https://github.com/dotnet/runtime</Uri>
137+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
138+
</Dependency>
139+
<Dependency Name="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
140+
<Uri>https://github.com/dotnet/runtime</Uri>
141+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
142+
</Dependency>
83143
<Dependency Name="Microsoft.AspNetCore.Authorization" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
84144
<Uri>https://github.com/dotnet/aspnetcore</Uri>
85145
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
86146
</Dependency>
147+
<Dependency Name="Microsoft.AspNetCore.Components" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
148+
<Uri>https://github.com/dotnet/aspnetcore</Uri>
149+
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
150+
</Dependency>
151+
<Dependency Name="Microsoft.AspNetCore.Components.Analyzers" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
152+
<Uri>https://github.com/dotnet/aspnetcore</Uri>
153+
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
154+
</Dependency>
155+
<Dependency Name="Microsoft.AspNetCore.Components.Forms" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
156+
<Uri>https://github.com/dotnet/aspnetcore</Uri>
157+
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
158+
</Dependency>
87159
<Dependency Name="Microsoft.AspNetCore.Components.WebView" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88160
<Uri>https://github.com/dotnet/aspnetcore</Uri>
89161
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
@@ -92,6 +164,10 @@
92164
<Uri>https://github.com/dotnet/aspnetcore</Uri>
93165
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
94166
</Dependency>
167+
<Dependency Name="Microsoft.AspNetCore.Metadata" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
168+
<Uri>https://github.com/dotnet/aspnetcore</Uri>
169+
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
170+
</Dependency>
95171
<Dependency Name="Microsoft.JSInterop" Version="6.0.0-rc.2.21420.26" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
96172
<Uri>https://github.com/dotnet/aspnetcore</Uri>
97173
<Sha>51deae0b18ab779e227b31688a6157441027ea15</Sha>
@@ -104,5 +180,29 @@
104180
<Uri>https://github.com/dotnet/runtime</Uri>
105181
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
106182
</Dependency>
183+
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
184+
<Uri>https://github.com/dotnet/runtime</Uri>
185+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
186+
</Dependency>
187+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
188+
<Uri>https://github.com/dotnet/runtime</Uri>
189+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
190+
</Dependency>
191+
<Dependency Name="System.Diagnostics.EventLog" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
192+
<Uri>https://github.com/dotnet/runtime</Uri>
193+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
194+
</Dependency>
195+
<Dependency Name="System.IO.Pipelines" Version="6.0.0-rc.2.21420.12" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
196+
<Uri>https://github.com/dotnet/runtime</Uri>
197+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
198+
</Dependency>
199+
<Dependency Name="System.Text.Encodings.Web" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
200+
<Uri>https://github.com/dotnet/runtime</Uri>
201+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
202+
</Dependency>
203+
<Dependency Name="System.Text.Json" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.AspNetCore.App.Runtime.win-x64">
204+
<Uri>https://github.com/dotnet/runtime</Uri>
205+
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
206+
</Dependency>
107207
</ProductDependencies>
108208
</Dependencies>

eng/Versions.props

Lines changed: 45 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,61 @@
11
<Project>
2-
<!--Package versions-->
32
<PropertyGroup>
3+
<!-- dotnet/installer -->
44
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.2.21423.2</MicrosoftDotnetSdkInternalPackageVersion>
5+
<!-- dotnet/runtime -->
56
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.2.21420.29</MicrosoftNETCoreAppRefPackageVersion>
7+
<!-- xamarin/xamarin-android -->
68
<MicrosoftAndroidSdkWindowsPackageVersion>31.0.100-rc.2.12</MicrosoftAndroidSdkWindowsPackageVersion>
7-
<MicrosoftMacCatalystSdkPackageVersion>15.0.100-rc.1.521</MicrosoftMacCatalystSdkPackageVersion>
8-
<MicrosoftiOSSdkPackageVersion>15.0.100-rc.1.521</MicrosoftiOSSdkPackageVersion>
9-
<MicrosofttvOSSdkPackageVersion>15.0.100-rc.1.521</MicrosofttvOSSdkPackageVersion>
10-
<MicrosoftmacOSSdkPackageVersion>12.0.100-rc.1.521</MicrosoftmacOSSdkPackageVersion>
11-
<MicrosoftExtensionsPrimitivesPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsPrimitivesPackageVersion>
12-
<MicrosoftExtensionsHostingAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsHostingAbstractionsPackageVersion>
13-
<MicrosoftExtensionsHostingPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsHostingPackageVersion>
14-
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
15-
<MicrosoftExtensionsDependencyInjectionPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsDependencyInjectionPackageVersion>
9+
<!-- xamarin/xamarin-macios -->
10+
<MicrosoftiOSSdkPackageVersion>15.0.100-rc.2.631</MicrosoftiOSSdkPackageVersion>
11+
<MicrosoftMacCatalystSdkPackageVersion>15.0.100-rc.2.631</MicrosoftMacCatalystSdkPackageVersion>
12+
<MicrosoftmacOSSdkPackageVersion>12.0.100-rc.2.631</MicrosoftmacOSSdkPackageVersion>
13+
<MicrosofttvOSSdkPackageVersion>15.0.100-rc.2.631</MicrosofttvOSSdkPackageVersion>
14+
<!-- Everything else -->
15+
<MicrosoftAspNetCoreAppRuntimewinx64Version>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreAppRuntimewinx64Version>
16+
<MicrosoftAspNetCoreAuthorizationPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreAuthorizationPackageVersion>
17+
<MicrosoftAspNetCoreComponentsAnalyzersPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsAnalyzersPackageVersion>
18+
<MicrosoftAspNetCoreComponentsFormsPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsFormsPackageVersion>
19+
<MicrosoftAspNetCoreComponentsPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsPackageVersion>
20+
<MicrosoftAspNetCoreComponentsWebPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsWebPackageVersion>
21+
<MicrosoftAspNetCoreComponentsWebViewPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsWebViewPackageVersion>
22+
<MicrosoftAspNetCoreMetadataPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreMetadataPackageVersion>
1623
<MicrosoftExtensionsConfigurationAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationAbstractionsPackageVersion>
24+
<MicrosoftExtensionsConfigurationBinderPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationBinderPackageVersion>
25+
<MicrosoftExtensionsConfigurationCommandLinePackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationCommandLinePackageVersion>
26+
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
27+
<MicrosoftExtensionsConfigurationFileExtensionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationFileExtensionsPackageVersion>
28+
<MicrosoftExtensionsConfigurationJsonPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationJsonPackageVersion>
1729
<MicrosoftExtensionsConfigurationPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationPackageVersion>
30+
<MicrosoftExtensionsConfigurationUserSecretsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsConfigurationUserSecretsPackageVersion>
31+
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
32+
<MicrosoftExtensionsDependencyInjectionPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsDependencyInjectionPackageVersion>
33+
<MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>
34+
<MicrosoftExtensionsFileProvidersCompositePackageVersion>6.0.0-rc.2.21420.12</MicrosoftExtensionsFileProvidersCompositePackageVersion>
35+
<MicrosoftExtensionsFileProvidersEmbeddedPackageVersion>6.0.0-rc.2.21420.26</MicrosoftExtensionsFileProvidersEmbeddedPackageVersion>
36+
<MicrosoftExtensionsFileProvidersPhysicalPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsFileProvidersPhysicalPackageVersion>
37+
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
38+
<MicrosoftExtensionsHostingAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsHostingAbstractionsPackageVersion>
39+
<MicrosoftExtensionsHostingPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsHostingPackageVersion>
1840
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingAbstractionsPackageVersion>
19-
<MicrosoftExtensionsLoggingPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingPackageVersion>
41+
<MicrosoftExtensionsLoggingConfigurationPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingConfigurationPackageVersion>
2042
<MicrosoftExtensionsLoggingConsolePackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingConsolePackageVersion>
2143
<MicrosoftExtensionsLoggingDebugPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingDebugPackageVersion>
22-
<MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>
23-
<MicrosoftAspNetCoreAuthorizationPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreAuthorizationPackageVersion>
24-
<MicrosoftAspNetCoreComponentsWebViewPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsWebViewPackageVersion>
25-
<MicrosoftAspNetCoreComponentsWebPackageVersion>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreComponentsWebPackageVersion>
44+
<MicrosoftExtensionsLoggingEventLogPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingEventLogPackageVersion>
45+
<MicrosoftExtensionsLoggingEventSourcePackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingEventSourcePackageVersion>
46+
<MicrosoftExtensionsLoggingPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsLoggingPackageVersion>
47+
<MicrosoftExtensionsOptionsConfigurationExtensionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsOptionsConfigurationExtensionsPackageVersion>
48+
<MicrosoftExtensionsOptionsPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsOptionsPackageVersion>
49+
<MicrosoftExtensionsPrimitivesPackageVersion>6.0.0-rc.2.21420.29</MicrosoftExtensionsPrimitivesPackageVersion>
2650
<MicrosoftJSInteropPackageVersion>6.0.0-rc.2.21420.26</MicrosoftJSInteropPackageVersion>
27-
<MicrosoftAspNetCoreAppRuntimewinx64Version>6.0.0-rc.2.21420.26</MicrosoftAspNetCoreAppRuntimewinx64Version>
2851
<MicrosoftWindowsDesktopAppRuntimewinx64Version>6.0.0-rc.2.21419.14</MicrosoftWindowsDesktopAppRuntimewinx64Version>
2952
<SystemCodeDomPackageVersion>6.0.0-rc.2.21420.29</SystemCodeDomPackageVersion>
53+
<SystemDiagnosticsDiagnosticSourcePackageVersion>6.0.0-rc.2.21420.29</SystemDiagnosticsDiagnosticSourcePackageVersion>
54+
<SystemDiagnosticsEventLogPackageVersion>6.0.0-rc.2.21420.29</SystemDiagnosticsEventLogPackageVersion>
55+
<SystemIOPipelinesPackageVersion>6.0.0-rc.2.21420.12</SystemIOPipelinesPackageVersion>
56+
<SystemRuntimeCompilerServicesUnsafePackageVersion>6.0.0-rc.2.21420.29</SystemRuntimeCompilerServicesUnsafePackageVersion>
57+
<SystemTextEncodingsWebPackageVersion>6.0.0-rc.2.21420.29</SystemTextEncodingsWebPackageVersion>
58+
<SystemTextJsonPackageVersion>6.0.0-rc.2.21420.29</SystemTextJsonPackageVersion>
3059
</PropertyGroup>
3160
<PropertyGroup>
3261
<!-- Trim all characters after first `-` or `+` is encountered. -->

0 commit comments

Comments
 (0)