5 lines
280 B
XML
5 lines
280 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup><OutputType>Exe</OutputType><TargetFramework>net7.0</TargetFramework><LangVersion>latest</LangVersion></PropertyGroup>
|
|
<ItemGroup><ProjectReference Include="..\..\src\IMSApiDotNet\IMSApiDotNet.csproj" /></ItemGroup>
|
|
</Project>
|