We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4917b55 commit 74113a3Copy full SHA for 74113a3
src/Aspire/AppHost/InfinityFlow.Temporal.Migrator.AppHost.csproj
@@ -1,12 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+ <Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<IsAspireHost>true</IsAspireHost>
6
<IsPackable>false</IsPackable>
7
<UserSecretsId>102B9DBC-01A4-4DAB-8530-6B9E3C10C956</UserSecretsId>
8
</PropertyGroup>
9
<ItemGroup>
- <Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />
10
<PackageReference Include="Aspire.Hosting.AppHost"/>
11
<PackageReference Include="InfinityFlow.Aspire.Temporal"/>
12
</ItemGroup>
0 commit comments