mirror of
https://github.com/tonytins/StaggerPost.git
synced 2025-03-17 19:21:21 +00:00
15 lines
362 B
XML
15 lines
362 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Version>0.2.105</Version>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Tomlyn" Version="0.19.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|