Skip to content

Commit 70ea605

Browse files
authored
Removed static web assets from aspire hosting (#1923)
- We're no longer embedding the dashboard so this shouldn't be required.
1 parent eca647c commit 70ea605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Aspire.Hosting/build/Aspire.Hosting.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project>
22

3-
<Import Sdk="Microsoft.NET.Sdk.StaticWebAssets" Project="Sdk.targets" />
4-
53
<PropertyGroup>
64
<!-- Similar to ASP.NET Core and Worker apps, set the default CWD of orchestrator projects to be the project directory. -->
75
<RunWorkingDirectory Condition=" '$(RunWorkingDirectory)' == '' and '$(EnableDefaultRunWorkingDirectory)' != 'false' ">$(MSBuildProjectDirectory)</RunWorkingDirectory>

0 commit comments

Comments
 (0)