We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c1511 commit dfb2894Copy full SHA for dfb2894
1 file changed
Bff.AppHost/Bff.AppHost.csproj
@@ -1,6 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
2
-
3
- <Sdk Name="Aspire.AppHost.Sdk" Version="9.5.2" />
+<Project Sdk="Aspire.AppHost.Sdk/13.0.0">
4
5
<PropertyGroup>
6
<OutputType>Exe</OutputType>
@@ -11,7 +9,6 @@
11
9
</PropertyGroup>
12
10
13
<ItemGroup>
14
- <PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.2" />
15
<PackageReference Include="Aspire.Hosting.NodeJs" Version="9.5.2" />
16
</ItemGroup>
17
0 commit comments