Skip to content

Commit 60b1d58

Browse files
Copilotkamilbaczek
andcommitted
Fix Aspire workload deprecation and code formatting issues
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
1 parent 0391873 commit 60b1d58

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/Fitnet.Contracts.AppHost/Fitnet.Contracts.AppHost.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<IsAspireHost>true</IsAspireHost>
65
</PropertyGroup>
76

87
<ItemGroup>

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Fitnet.AppHost/Fitnet.AppHost.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<IsAspireHost>true</IsAspireHost>
65
</PropertyGroup>
76

87
<ItemGroup>

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Offers/Fitnet.Offers.DataAccess/Database/Migrations/20230503180337_CreateOffersTable.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#nullable disable
22

33
namespace SuperSimpleArchitecture.Fitnet.Migrations.OffersPersistenceMigrations;
4+
45
using System;
56
using System.Diagnostics.CodeAnalysis;
67
using Microsoft.EntityFrameworkCore.Migrations;

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Passes/Fitnet.Passes.DataAccess/Database/Migrations/20230503180338_CreatePassesTable.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#nullable disable
22

33
namespace EvolutionaryArchitecture.Fitnet.Passes.DataAccess.Database;
4+
45
using System;
56
using Microsoft.EntityFrameworkCore.Migrations;
67

0 commit comments

Comments
 (0)