Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the 9.0.0 aspire SDK with a 9.1 preview version of the AppHost package does not detect it's installation #7103

Open
davidfowl opened this issue Jan 14, 2025 · 1 comment
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

<Project Sdk="Microsoft.NET.Sdk;Microsoft.NET.Sdk.Publish">
	
	<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />

	<PropertyGroup>
		<OutputType>Exe</OutputType>
		<TargetFramework>net8.0</TargetFramework>
		<ImplicitUsings>enable</ImplicitUsings>
		<Nullable>enable</Nullable>
		<UserSecretsId>ff7ad17b-2d94-4ac9-a472-b1b236c733c7</UserSecretsId>
		<IsPublishable>true</IsPublishable>
		<NoWarn>NETSDK1023;NETSDK1057</NoWarn>
		<UseAppHost>false</UseAppHost>
	</PropertyGroup>

	<ItemGroup>
		<PackageReference Include="Aspire.Hosting.AppHost" Version="9.1.0-preview.1.25059.5" />
	</ItemGroup>
</Project>
C:\Users\davifowl\.nuget\packages\aspire.apphost.sdk\9.0.0\Sdk\Sdk.targets(39,5): warning ASPIRE002: AspireApp1.DevHost is an Aspire AppHost project but necessary dependencies aren't present. Are you missing an Aspire.Hosting.AppHost PackageReference? [C:\dev\git\AspireApps10\samples\AspireApp1.DevHost\AspireApp1.DevHost.csproj]
@davidfowl davidfowl added area-acquisition untriaged New issue has not been triaged labels Jan 14, 2025
@joperezr
Copy link
Member

mm wow this shouldn't be an issue. I'll investigate to try to see if I can repro as well.

@joperezr joperezr added this to the 9.1 milestone Jan 16, 2025
@joperezr joperezr removed the untriaged New issue has not been triaged label Jan 16, 2025
@joperezr joperezr self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants