11 lines
251 B
XML
11 lines
251 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Gallery.Util\Gallery.Util.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|