mirror of
https://onedev.fprog.nl/OsmToDatabase
synced 2025-12-20 22:58:36 +01:00
Added project reference to Common.
This commit is contained in:
parent
bf9e2da88c
commit
156757729a
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue