Skip to content

Commit

Permalink
[Infrastructure] Update .NET SDK to 10.0.100-alpha.1.24572.2 (#59103)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn authored Nov 22, 2024
1 parent 542cbac commit 3ba179a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "10.0.100-alpha.1.24570.4"
"version": "10.0.100-alpha.1.24572.2"
},
"tools": {
"dotnet": "10.0.100-alpha.1.24570.4",
"dotnet": "10.0.100-alpha.1.24572.2",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets;ResolveJsInitializerModuleStaticWebAssets">
<ItemGroup>
<_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />
<_JsBuildOutput>
<RelativePath>%(_JsBuildOutput.RecursiveDir)%(Filename)%(Extension)</RelativePath>
</_JsBuildOutput>
</ItemGroup>

<DefineStaticWebAssets Condition="'@(_JsBuildOutput)' != ''"
Expand Down

0 comments on commit 3ba179a

Please sign in to comment.