5 lines
237 B
XML
5 lines
237 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup><OutputType>Exe</OutputType><TargetFramework>net7.0</TargetFramework></PropertyGroup>
|
|
<ItemGroup><PackageReference Include="VedAstro.Library" Version="1.2.0" /></ItemGroup>
|
|
</Project>
|