Skip to content

Commit

Permalink
Upgrade Aspire 9
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyend committed Dec 4, 2024
1 parent dd39ccb commit 260b07f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/.net-build-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
with:
dotnet-version: 8.0.100

- name: Install Aspire
run: dotnet workload install aspire

- name: Build
run: dotnet build --configuration Release

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/.net-build-modularmonolith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
with:
dotnet-version: 8.0.100

- name: Install Aspire
run: dotnet workload install aspire

- name: Build
run: dotnet build --configuration Release

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/.net-build-monolith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
dotnet-version: 8.0.100

- name: Install Aspire
run: dotnet workload install aspire

- name: Build
run: dotnet build --configuration Release
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Install Aspire
run: dotnet workload install aspire

- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scan-dependencies-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
dotnet-version: 8.0.100

- name: Install Aspire
run: dotnet workload install aspire

- name: dotnet restore
run: dotnet restore

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scan-dependencies-modularmonolith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
dotnet-version: 8.0.100

- name: Install Aspire
run: dotnet workload install aspire

- name: dotnet restore
run: dotnet restore

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scan-dependencies-monolith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
dotnet-version: 8.0.100

- name: Install Aspire
run: dotnet workload install aspire

- name: dotnet restore
run: dotnet restore

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -9,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -9,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -9,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 260b07f

Please sign in to comment.