Skip to content

Commit d9002a0

Browse files
committed
Fix apphosts
1 parent 5247178 commit d9002a0

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

examples/Arq/LibStored.Net.Arq.AppHost/LibStored.Net.Arq.AppHost.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<Sdk Name="Aspire.AppHost.Sdk" Version="13.0.0" />
1+
<Project Sdk="Aspire.AppHost.Sdk/13.0.1">
42

53
<PropertyGroup>
64
<OutputType>Exe</OutputType>
@@ -10,7 +8,7 @@
108
</PropertyGroup>
119

1210
<ItemGroup>
13-
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.0" />
11+
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.0.1" />
1412
</ItemGroup>
1513

1614
<ItemGroup>

examples/Sync/LibStored.Net.Example.AppHost/LibStored.Net.Example.AppHost.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<Sdk Name="Aspire.AppHost.Sdk" Version="13.0.1" />
1+
<Project Sdk="Aspire.AppHost.Sdk/13.0.1">
42

53
<PropertyGroup>
64
<OutputType>Exe</OutputType>
75
<NoWarn>CS1591</NoWarn>
8-
<IsAspireHost>true</IsAspireHost>
96
<UserSecretsId>d11b339a-7d36-4112-8969-2ebfad7419e0</UserSecretsId>
107
</PropertyGroup>
118

0 commit comments

Comments
 (0)