Skip to content

Commit 7d40e5e

Browse files
authored
Merge pull request #57716 from dotnet/merge/release/9.0-to-main
[automated] Merge branch 'release/9.0' => 'main'
2 parents 951b6ea + 282dcd1 commit 7d40e5e

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,14 @@
329329
<Uri>https://github.com/dotnet/runtime</Uri>
330330
<Sha>ce8f49e658d4a31e5708f0c06efa39784ee7c1ad</Sha>
331331
</Dependency>
332-
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24317.2">
332+
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24453.1">
333333
<Uri>https://github.com/dotnet/xdt</Uri>
334-
<Sha>0d51607fb791c51a14b552ed24fe3430c252148b</Sha>
334+
<Sha>c2a9df9c1867454039a1223cef1c090359e33646</Sha>
335335
</Dependency>
336336
<!-- Intermediate is necessary for source build. -->
337-
<Dependency Name="Microsoft.SourceBuild.Intermediate.xdt" Version="9.0.0-preview.24317.2">
337+
<Dependency Name="Microsoft.SourceBuild.Intermediate.xdt" Version="9.0.0-preview.24453.1">
338338
<Uri>https://github.com/dotnet/xdt</Uri>
339-
<Sha>0d51607fb791c51a14b552ed24fe3430c252148b</Sha>
339+
<Sha>c2a9df9c1867454039a1223cef1c090359e33646</Sha>
340340
<SourceBuild RepoName="xdt" ManagedOnly="true" />
341341
</Dependency>
342342
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.0-alpha.1.24428.1">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
<!-- Packages from dotnet/winforms -->
179179
<SystemDrawingCommonVersion>10.0.0-alpha.1.24458.2</SystemDrawingCommonVersion>
180180
<!-- Packages from dotnet/xdt -->
181-
<MicrosoftWebXdtVersion>9.0.0-preview.24317.2</MicrosoftWebXdtVersion>
182-
<MicrosoftSourceBuildIntermediatexdtVersion>9.0.0-preview.24317.2</MicrosoftSourceBuildIntermediatexdtVersion>
181+
<MicrosoftWebXdtVersion>9.0.0-preview.24453.1</MicrosoftWebXdtVersion>
182+
<MicrosoftSourceBuildIntermediatexdtVersion>9.0.0-preview.24453.1</MicrosoftSourceBuildIntermediatexdtVersion>
183183
</PropertyGroup>
184184
<!--
185185

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"http": {
66
"commandName": "Project",
77
"dotnetRunMessages": true,
8-
"launchBrowser": true,
9-
"launchUrl": "weatherforecast",
8+
"launchBrowser": false,
109
"applicationUrl": "http://localhost:5000",
1110
"environmentVariables": {
1211
"ASPNETCORE_ENVIRONMENT": "Development"
@@ -21,8 +20,7 @@
2120
"https": {
2221
"commandName": "Project",
2322
"dotnetRunMessages": true,
24-
"launchBrowser": true,
25-
"launchUrl": "weatherforecast",
23+
"launchBrowser": false,
2624
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2725
"environmentVariables": {
2826
"ASPNETCORE_ENVIRONMENT": "Development"

0 commit comments

Comments
 (0)