Commit 49ce3ff5 authored by Eric Dieckman's avatar Eric Dieckman
Browse files

fix models reference

parent c6709508
Loading
Loading
Loading
Loading
+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>
@@ -18,7 +18,7 @@
	</ItemGroup>

	<ItemGroup>
		<ProjectReference Include="..\domain\Models.csproj" />
		<ProjectReference Include="..\models\Models.csproj" />
	</ItemGroup>

</Project>
+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>
@@ -25,7 +25,7 @@

	<ItemGroup>
		<ProjectReference Include="..\application\Application.csproj" />
		<ProjectReference Include="..\domain\Models.csproj" />
		<ProjectReference Include="..\models\Models.csproj" />
	</ItemGroup>

	<ItemGroup>