Skip to content

Commit 3ba179a

Browse files
authored
[Infrastructure] Update .NET SDK to 10.0.100-alpha.1.24572.2 (#59103)
1 parent 542cbac commit 3ba179a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets;ResolveJsInitializerModuleStaticWebAssets">
2222
<ItemGroup>
2323
<_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />
24+
<_JsBuildOutput>
25+
<RelativePath>%(_JsBuildOutput.RecursiveDir)%(Filename)%(Extension)</RelativePath>
26+
</_JsBuildOutput>
2427
</ItemGroup>
2528

2629
<DefineStaticWebAssets Condition="'@(_JsBuildOutput)' != ''"

0 commit comments

Comments
 (0)