Brennan 1 год назад
Родитель
Сommit
8c2f7dbb89

+ 1 - 0
eng/SourceBuildPrebuiltBaseline.xml

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

+ 2 - 2
global.json

@@ -1,9 +1,9 @@
 {
 {
   "sdk": {
   "sdk": {
-    "version": "9.0.100-rtm.24506.1"
+    "version": "10.0.100-alpha.1.24510.13"
   },
   },
   "tools": {
   "tools": {
-    "dotnet": "9.0.100-rtm.24506.1",
+    "dotnet": "10.0.100-alpha.1.24510.13",
     "runtimes": {
     "runtimes": {
       "dotnet/x86": [
       "dotnet/x86": [
         "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
         "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

+ 1 - 1
src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj

@@ -18,7 +18,7 @@
     </ResolveStaticWebAssetsInputsDependsOn>
     </ResolveStaticWebAssetsInputsDependsOn>
   </PropertyGroup>
   </PropertyGroup>
 
 
-  <Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets">
+  <Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets;ResolveJsInitializerModuleStaticWebAssets">
     <ItemGroup>
     <ItemGroup>
       <_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />
       <_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />
     </ItemGroup>
     </ItemGroup>