Added project reference to Common.

This commit is contained in:
Filip Strajnar 2024-06-24 11:17:13 +02:00
parent bf9e2da88c
commit 156757729a

View file

@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\OsmToDatabase.Common\OsmToDatabase.Common.csproj" />
</ItemGroup>
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>