Skip to content

Commit 6b439b5

Browse files
committed
Merge branch 'main' into not-found-works-after-navigation
2 parents b69773a + e849f20 commit 6b439b5

File tree

17 files changed

+486
-87
lines changed

17 files changed

+486
-87
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Always use the latest version C#, currently C# 13 features.
55
* Never change global.json unless explicitly asked to.
66
* Never change package.json or package-lock.json files unless explicitly asked to.
7+
* Never change NuGet.config files unless explicitly asked to.
78

89
## Formatting
910

docs/DailyBuilds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Daily builds include the latest source code changes. They are not supported for
44

55
If you want to download the latest daily build and use it in a project, then you need to:
66

7-
* Obtain the latest [build of the .NET Core SDK](https://github.com/dotnet/sdk/blob/main/documentation/package-table.md).
7+
* Obtain the latest [build of the .NET Core SDK](https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md).
88
* Add a NuGet.Config to your project directory with the following content:
99

1010
## .NET 8

eng/Publishing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
Encoding="ASCII" />
6363

6464
<ItemGroup>
65-
<Artifact Include="@(ProductVersionFile)" Kind="Blob" UploadPathSegment="Runtime" />
65+
<Artifact Include="@(ProductVersionFile)" Kind="Blob" UploadPathSegment="Runtime/" />
6666
</ItemGroup>
6767
</Target>
6868

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,13 @@
404404
<Uri>https://github.com/dotnet/dotnet</Uri>
405405
<Sha>a4d6fdc935d5da12efb00a0b3b693ff1439e0b41</Sha>
406406
</Dependency>
407-
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.6.0-preview.1.25260.2">
407+
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.6.0-preview.1.25271.2">
408408
<Uri>https://github.com/dotnet/extensions</Uri>
409-
<Sha>90dd3fdbb6056d8ae177ab102b779e3922a88981</Sha>
409+
<Sha>6f29ab505709370fc9b72bf4bb7e004a7662f69f</Sha>
410410
</Dependency>
411-
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.6.0-preview.1.25260.2">
411+
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.6.0-preview.1.25271.2">
412412
<Uri>https://github.com/dotnet/extensions</Uri>
413-
<Sha>90dd3fdbb6056d8ae177ab102b779e3922a88981</Sha>
413+
<Sha>6f29ab505709370fc9b72bf4bb7e004a7662f69f</Sha>
414414
</Dependency>
415415
<Dependency Name="NuGet.Frameworks" Version="6.2.4">
416416
<Uri>https://github.com/nuget/nuget.client</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
<SystemNumericsTensorsVersion>10.0.0-preview.5.25270.108</SystemNumericsTensorsVersion>
145145
<SystemRuntimeCachingVersion>10.0.0-preview.5.25270.108</SystemRuntimeCachingVersion>
146146
<!-- Packages from dotnet/extensions -->
147-
<MicrosoftExtensionsDiagnosticsTestingVersion>9.6.0-preview.1.25260.2</MicrosoftExtensionsDiagnosticsTestingVersion>
148-
<MicrosoftExtensionsTimeProviderTestingVersion>9.6.0-preview.1.25260.2</MicrosoftExtensionsTimeProviderTestingVersion>
147+
<MicrosoftExtensionsDiagnosticsTestingVersion>9.6.0-preview.1.25271.2</MicrosoftExtensionsDiagnosticsTestingVersion>
148+
<MicrosoftExtensionsTimeProviderTestingVersion>9.6.0-preview.1.25271.2</MicrosoftExtensionsTimeProviderTestingVersion>
149149
<!-- Packages from dotnet/efcore -->
150150
<dotnetefVersion>10.0.0-preview.4.25270.108</dotnetefVersion>
151151
<MicrosoftEntityFrameworkCoreInMemoryVersion>10.0.0-preview.4.25270.108</MicrosoftEntityFrameworkCoreInMemoryVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.5.25265.106"
3+
"version": "10.0.100-preview.4.25216.37"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-preview.5.25265.106",
6+
"dotnet": "10.0.100-preview.4.25216.37",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"

0 commit comments

Comments
 (0)