Loading src/application/Application.csproj +2 −2 Original line number Diff line number Diff line <Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>Cals.Visor.Application</AssemblyName> Loading @@ -18,7 +18,7 @@ </ItemGroup> <ItemGroup> <ProjectReference Include="..\domain\Models.csproj" /> <ProjectReference Include="..\models\Models.csproj" /> </ItemGroup> </Project> src/infrastructure/Infrastructure.csproj +2 −2 Original line number Diff line number Diff line <Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>Cals.Visor.Infrastructure</AssemblyName> Loading @@ -25,7 +25,7 @@ <ItemGroup> <ProjectReference Include="..\application\Application.csproj" /> <ProjectReference Include="..\domain\Models.csproj" /> <ProjectReference Include="..\models\Models.csproj" /> </ItemGroup> <ItemGroup> Loading Loading
src/application/Application.csproj +2 −2 Original line number Diff line number Diff line <Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>Cals.Visor.Application</AssemblyName> Loading @@ -18,7 +18,7 @@ </ItemGroup> <ItemGroup> <ProjectReference Include="..\domain\Models.csproj" /> <ProjectReference Include="..\models\Models.csproj" /> </ItemGroup> </Project>
src/infrastructure/Infrastructure.csproj +2 −2 Original line number Diff line number Diff line <Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>Cals.Visor.Infrastructure</AssemblyName> Loading @@ -25,7 +25,7 @@ <ItemGroup> <ProjectReference Include="..\application\Application.csproj" /> <ProjectReference Include="..\domain\Models.csproj" /> <ProjectReference Include="..\models\Models.csproj" /> </ItemGroup> <ItemGroup> Loading