vpr/NotVPR_SideProjecktForVpr_FreeTime/NotVPR_SideProjecktForVpr_FreeTime.csproj

16 lines
455 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="32feet.NET" Version="3.5.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.6" />
</ItemGroup>
</Project>