Skip to content

Commit 8c2f7db

Browse files
Update global.json to 10.0 sdk (#58425)
1 parent 839b138 commit 8c2f7db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
<!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
5252
<Usages>
53+
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.7.24405.7"/>
5354
<Usage Id="Newtonsoft.Json" Version="13.0.1" />
5455
<Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
5556
</Usages>

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": "9.0.100-rtm.24506.1"
3+
"version": "10.0.100-alpha.1.24510.13"
44
},
55
"tools": {
6-
"dotnet": "9.0.100-rtm.24506.1",
6+
"dotnet": "10.0.100-alpha.1.24510.13",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ResolveStaticWebAssetsInputsDependsOn>
1919
</PropertyGroup>
2020

21-
<Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets">
21+
<Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets;ResolveJsInitializerModuleStaticWebAssets">
2222
<ItemGroup>
2323
<_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)