RSND/RSND/RSND.csproj

18 lines
526 B
XML
Raw Permalink Normal View History

2022-06-01 22:24:42 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2022-06-02 18:55:04 +00:00
<LangVersion>10</LangVersion>
2022-06-01 22:24:42 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fleck" Version="1.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2-beta1" />
2022-06-02 18:07:45 +00:00
<PackageReference Include="Pastel" Version="3.0.0" />
2022-06-01 22:24:42 +00:00
</ItemGroup>
</Project>