File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ </PropertyGroup >
8+
9+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4+ </PropertyGroup >
5+ <ItemGroup Label =" Production" >
6+ <PackageVersion Include =" Aspire.Hosting.AppHost" Version =" 9.0.0" />
7+ <PackageVersion Include =" Aspire.Hosting.PostgreSQL" Version =" 9.0.0" />
8+ <PackageVersion Include =" Aspire.Hosting.RabbitMQ" Version =" 9.0.0" />
9+ </ItemGroup >
10+ </Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9.0</TargetFramework >
6- <ImplicitUsings >enable</ImplicitUsings >
7- <Nullable >enable</Nullable >
85 <IsAspireHost >true</IsAspireHost >
96 </PropertyGroup >
107
118 <ItemGroup >
12- <PackageReference Include =" Aspire.Hosting.AppHost" Version = " 9.0.0 " />
13- <PackageReference Include =" Aspire.Hosting.PostgreSQL" Version = " 9.0.0 " />
14- <PackageReference Include =" Aspire.Hosting.RabbitMQ" Version = " 9.0.0 " />
9+ <PackageReference Include =" Aspire.Hosting.AppHost" />
10+ <PackageReference Include =" Aspire.Hosting.PostgreSQL" />
11+ <PackageReference Include =" Aspire.Hosting.RabbitMQ" />
1512 </ItemGroup >
1613
1714 <ItemGroup >
You can’t perform that action at this time.
0 commit comments